build:Skip build on tag
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-05-21 18:09:22 +02:00
parent 24dca2755a
commit 9b9ab6b784
1 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,11 @@ volumes:
claim:
name: flexvolsmb-drone-scratch
trigger:
event:
exclude:
- tag
steps:
- name: Debugging information
image: bv11-cr01.bessems.eu/library/packer-extended
@ -54,7 +59,7 @@ steps:
export GIT_CREDENTIALS=$${GIT_USERNAME}:$${GIT_APIKEY}
- |
npx semantic-release \
--branches ${DRONE_REPO_BRANCH} \
--branches ${DRONE_BRANCH} \
--plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/exec \
--dry-run
environment: