Override branch during semantic-release dry-run
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-05-20 12:58:44 +02:00
parent 6d168f0517
commit fe5147bd2e
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ steps:
- |
npm install semantic-release
- |
npx semantic-release --dry-run
npx semantic-release \
--branches ${DRONE_BRANCH}
--dry-run
# - name: Install Ansible Galaxy collections
# depends_on: