fix: Run semantic-release with different drone variable as input
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-05-21 18:02:00 +02:00
parent 0d1db2f29f
commit 24dca2755a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ steps:
export GIT_CREDENTIALS=$${GIT_USERNAME}:$${GIT_APIKEY}
- |
npx semantic-release \
--branches ${DRONE_BRANCH} \
--branches ${DRONE_REPO_BRANCH} \
--plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/exec \
--dry-run
environment: