File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
32
32
-
33
33
name : Import GPG key
34
34
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 }}
39
39
-
40
40
name : Run GoReleaser
41
- uses : goreleaser/goreleaser-action@v2
41
+ uses : goreleaser/goreleaser-action@v6
42
42
with :
43
43
version : latest
44
- args : release --rm-dist
44
+ args : release --clean
45
45
env :
46
46
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# Visit https://goreleaser.com for documentation on how to customize this
2
2
# behavior.
3
+ version : 2
3
4
before :
4
5
hooks :
5
6
# this is just an example and not a requirement for provider building/publishing
47
48
- " ${signature}"
48
49
- " --detach-sign"
49
50
- " ${artifact}"
50
- release :
51
- # Visit your project's GitHub Releases page to publish this release.
52
- # draft: true
51
+ release : {}
52
+ # If you want to manually examine the release before its live, uncomment this line:
53
+ # draft: true
53
54
changelog :
54
- skip : true
55
+ disable : true
You can’t perform that action at this time.
0 commit comments