feat(ci): release when a tag is committed
This commit is contained in:
parent
2dc6638738
commit
fe13b9714a
1 changed files with 1 additions and 3 deletions
|
|
@ -25,9 +25,7 @@ releasing:
|
|||
name: "goreleaser/goreleaser:v2.8.2"
|
||||
entrypoint: [""]
|
||||
rules:
|
||||
# run only if scheduled with this name
|
||||
- if: '$SCHEDULE_NAME == "release"'
|
||||
- when: "never"
|
||||
- if: '$CI_COMMIT_TAG'
|
||||
variables:
|
||||
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue