mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Add goreleaser key to main release process (#3423)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user