fix(cli): Unset GITHUB_TOKEN and set GITEA_TOKEN instead
Some checks failed
ci / goreleaser (push) Failing after 12s
Some checks failed
ci / goreleaser (push) Failing after 12s
This commit is contained in:
parent
d7ed7711a8
commit
bd3048a9a5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
- name: Run GoReleaser
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
|
||||
GITHUB_TOKEN: ""
|
||||
with:
|
||||
args: release --clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue