fix(ci): try to fix the gitlab_token issue

This commit is contained in:
Simon Cornet 2025-04-03 11:50:59 +02:00
commit b346f4308d

View file

@ -28,7 +28,5 @@ releasing:
# run only if scheduled with this name # run only if scheduled with this name
- if: '$SCHEDULE_NAME == "release"' - if: '$SCHEDULE_NAME == "release"'
- when: "never" - when: "never"
variables:
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
script: script:
- "goreleaser release --clean" - "GITLAB_TOKEN=${GORELEASER_GITLAB_TOKEN} goreleaser release --clean"