Try different syntax
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-05-20 14:30:38 +02:00
parent 358cbe39ea
commit 9cb89bf055
1 changed files with 2 additions and 5 deletions

View File

@ -46,16 +46,13 @@ steps:
ca-certificates ca-certificates
- | - |
npm install \ npm install \
semantic-release \ semantic-release
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator\
@semantic-release/exec
- | - |
export GIT_CREDENTIALS=$${GIT_USERNAME}:$${GIT_APIKEY} export GIT_CREDENTIALS=$${GIT_USERNAME}:$${GIT_APIKEY}
- | - |
npx semantic-release \ npx semantic-release \
--branches ${DRONE_BRANCH} \ --branches ${DRONE_BRANCH} \
--plugins ['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/exec'] \ --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/exec \
--dry-run --dry-run
environment: environment:
GIT_APIKEY: GIT_APIKEY: