mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
run when a tag is manually created
This commit is contained in:
parent
c56acc8a33
commit
58b2337efa
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ release-job:
|
|||
- echo "======== RELEASE JOB ========"
|
||||
rules:
|
||||
- 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
|
||||
release:
|
||||
tag_name: "v$PKG_VERSION"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue