File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
30
30
with :
31
31
go-version : 1.14
32
32
33
- # - name: Import GPG key
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 }}
33
+ - name : Import GPG key
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 }}
39
39
40
40
- name : Run GoReleaser
41
41
uses : goreleaser/goreleaser-action@v2
42
42
with :
43
43
version : latest
44
44
args : release --rm-dist
45
45
env :
46
- # GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
46
+ GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments