run when a tag is manually created

This commit is contained in:
Aaron Honeycutt 2025-04-24 13:12:27 -06:00
parent c56acc8a33
commit 58b2337efa

View file

@ -53,7 +53,6 @@ release-job:
- echo "======== RELEASE JOB ========" - echo "======== RELEASE JOB ========"
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never # Do not run this job when a tag is created manually
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
release: release:
tag_name: "v$PKG_VERSION" tag_name: "v$PKG_VERSION"