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" name: "goreleaser/goreleaser:v2.8.2"
entrypoint: [""] entrypoint: [""]
rules: rules:
# run only if scheduled with this name - if: '$CI_COMMIT_TAG'
- if: '$SCHEDULE_NAME == "release"'
- when: "never"
variables: variables:
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN' GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
script: script: