build:Try different syntax
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
f1dfc83d7c
commit
263f156eb1
@ -57,9 +57,6 @@ steps:
|
||||
- |
|
||||
export GIT_CREDENTIALS=$${GIT_USERNAME}:$${GIT_APIKEY}
|
||||
- |
|
||||
# npx semantic-release \
|
||||
# --branches ${DRONE_BRANCH} \
|
||||
# --dry-run
|
||||
npx semantic-release \
|
||||
--package @semantic-release/exec \
|
||||
--package semantic-release \
|
||||
@ -68,7 +65,7 @@ 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"
|
||||
environment:
|
||||
GIT_APIKEY:
|
||||
from_secret: git_apikey
|
||||
|
Loading…
Reference in New Issue
Block a user