fix: Run semantic-release with different drone variable as input
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-05-21 18:02:00 +02:00
parent 0d1db2f29f
commit 24dca2755a

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: