fix(ci): try to fix the gitlab_token issue
This commit is contained in:
parent
148439096f
commit
b346f4308d
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue