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:
3030 with :
3131 go-version : 1.14
3232
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 }}
3939
4040 - name : Run GoReleaser
4141 uses : goreleaser/goreleaser-action@v2
4242 with :
4343 version : latest
4444 args : release --rm-dist
4545 env :
46- # GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
46+ GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments