build:Debug echo to file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b808397d47
commit
0468cd6269
@ -65,7 +65,9 @@ steps:
|
||||
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
|
||||
--analyzeCommits @semantic-release/commit-analyzer \
|
||||
--verifyRelease @semantic-release/exec \
|
||||
--verifyReleaseCmd 'echo $${nextRelease.version} > .\.version'
|
||||
--verifyReleaseCmd 'echo "$${nextRelease.version}" > .version'
|
||||
- |
|
||||
ls -lash
|
||||
environment:
|
||||
GIT_APIKEY:
|
||||
from_secret: git_apikey
|
||||
|
Loading…
Reference in New Issue
Block a user