feat(ci): release when a tag is committed

This commit is contained in:
Simon Cornet 2025-04-03 12:41:38 +02:00
commit fe13b9714a

View file

@ -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: