From b346f4308da3c8a0c58929709005cfdff66ec80a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 3 Apr 2025 11:50:59 +0200 Subject: [PATCH] fix(ci): try to fix the gitlab_token issue --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc040ec..2dd61e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,5 @@ releasing: # run only if scheduled with this name - if: '$SCHEDULE_NAME == "release"' - when: "never" - variables: - GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN' script: - - "goreleaser release --clean" + - "GITLAB_TOKEN=${GORELEASER_GITLAB_TOKEN} goreleaser release --clean"