Add goreleaser key to main release process (#3423)

Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
James Humphries
2025-10-23 15:38:12 +01:00
committed by GitHub
parent 67ea4faab6
commit eff8f3faba

View File

@@ -117,9 +117,10 @@ jobs:
# Note: the GPG_FINGERPRINT and GPG_KEY_FILE are defined in the task above. If they are not set,
# goreleaser won't sign the packages.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_TOKEN }}
RELEASE_FLAG_PRERELEASE: ${{ inputs.prerelease }}
RELEASE_FLAG_LATEST: ${{ inputs.latest }}
RELEASE_FLAG_PRERELEASE: ${{ inputs.prerelease }}
- name: Remove GPG key
if: always()