fix(ci): fix release command

This commit is contained in:
Simon Cornet 2025-04-03 11:30:26 +02:00
commit e3456d34c7

View file

@ -30,4 +30,4 @@ releasing:
- when: "never"
script:
- export GITLAB_TOKEN="$GORELEASER_GITLAB_TOKEN"
- "goreleaser release --rm-dist --changelog=changelog.md"
- "goreleaser release --clean --changelog=changelog.md"