File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
3232 -
3333 name : Import GPG key
3434 id : import_gpg
35- uses : paultyng /ghaction-import-gpg@v2 .1.0
36- env :
37- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
38- PASSPHRASE : ${{ secrets.PASSPHRASE }}
35+ uses : crazy-max /ghaction-import-gpg@v6 .1.0
36+ with :
37+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
38+ passphrase : ${{ secrets.PASSPHRASE }}
3939 -
4040 name : Run GoReleaser
41- uses : goreleaser/goreleaser-action@v2
41+ uses : goreleaser/goreleaser-action@v6
4242 with :
4343 version : latest
44- args : release --rm-dist
44+ args : release --clean
4545 env :
4646 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11# Visit https://goreleaser.com for documentation on how to customize this
22# behavior.
3+ version : 2
34before :
45 hooks :
56 # this is just an example and not a requirement for provider building/publishing
@@ -48,7 +49,10 @@ signs:
4849 - " --detach-sign"
4950 - " ${artifact}"
5051release :
51- # Visit your project's GitHub Releases page to publish this release.
52- # draft: true
52+ extra_files :
53+ - glob : ' terraform-registry-manifest.json'
54+ name_template : ' {{ .ProjectName }}_{{ .Version }}_manifest.json'
55+ # If you want to manually examine the release before its live, uncomment this line:
56+ # draft: true
5357changelog :
54- skip : true
58+ disable : true
You can’t perform that action at this time.
0 commit comments