mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Ensure we use goreleaser-pro for release build workflow (#3421)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
committed by
James Humphries
parent
56bccad283
commit
3dab0c206d
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -111,6 +111,7 @@ jobs:
|
||||
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
|
||||
with:
|
||||
version: v1.21.2
|
||||
distribution: goreleaser-pro
|
||||
args: release --clean --timeout=60m --snapshot=${{ !startsWith(inputs.tag, 'v') }}
|
||||
env:
|
||||
# Note: the GPG_FINGERPRINT and GPG_KEY_FILE are defined in the task above. If they are not set,
|
||||
|
||||
Reference in New Issue
Block a user