fix(ci): fix github token quotes
This commit is contained in:
parent
70b3b11fc8
commit
fd2fc48d9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -31,4 +31,4 @@ jobs:
|
|||
version: "v2.8.2"
|
||||
args: "release --clean --config ./.github/.goreleaser.yaml"
|
||||
env:
|
||||
GITHUB_TOKEN: '${{ secrets.GORELEASER_GITHUB_TOKEN }}'
|
||||
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue