feat(ci): attempt to fix gitlab_token variable
This commit is contained in:
parent
a571551928
commit
2dc6638738
1 changed files with 3 additions and 1 deletions
|
|
@ -28,5 +28,7 @@ releasing:
|
|||
# run only if scheduled with this name
|
||||
- if: '$SCHEDULE_NAME == "release"'
|
||||
- when: "never"
|
||||
variables:
|
||||
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
||||
script:
|
||||
- 'GITLAB_TOKEN=${GORELEASER_GITLAB_TOKEN} goreleaser release --clean'
|
||||
- "goreleaser release --clean"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue