Commit fe87c9a 1 parent 2ebe70a commit fe87c9a Copy full SHA for fe87c9a
File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,18 @@ jobs:
24
24
with :
25
25
go-version-file : ' go.mod'
26
26
cache : true
27
- - name : Import GPG key
28
- uses : crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
29
- id : import_gpg
30
- with :
31
- gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
32
- passphrase : ${{ secrets.PASSPHRASE }}
27
+ # Comment out for now until we have a GPG key to use for public release
28
+ # - name: Import GPG key
29
+ # uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
30
+ # id: import_gpg
31
+ # with:
32
+ # gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33
+ # passphrase: ${{ secrets.PASSPHRASE }}
33
34
- name : Run GoReleaser
34
35
uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
35
36
with :
36
37
args : release --clean
37
38
env :
38
39
# GitHub sets the GITHUB_TOKEN secret automatically.
39
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
- GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
41
+ # GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
You can’t perform that action at this time.
0 commit comments