ci: unset GITHUB_TOKEN so GoReleaser uses GITEA_TOKEN

This commit is contained in:
Graham McIntire 2026-05-05 13:47:01 -05:00
parent 5a37cfad8b
commit 936b278652
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -38,4 +38,6 @@ jobs:
GITEA_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
run: goreleaser release --clean
run: |
unset GITHUB_TOKEN
goreleaser release --clean