File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,14 @@ jobs:
40
40
gpg -K
41
41
gpg --version
42
42
touch /tmp/gpg.txt
43
- gpg --batch --local-user $(GPG_FINGERPRINT) --output /tmp/gpg.encr --detach-sign /tmp/gpg.txt
43
+ gpg --batch --local-user 9A527B0CAD0E901F31EEB42D52E226496EF37A77 --output /tmp/gpg.encr --detach-sign /tmp/gpg.txt
44
44
env :
45
- GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
46
45
- name : Run GoReleaser
47
- uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
46
+ # uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
47
+ uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
48
48
with :
49
49
args : release --clean --release-notes /tmp/release-notes.txt
50
50
env :
51
51
# GitHub sets the GITHUB_TOKEN secret automatically.
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
53
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
54
- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
55
- # GPG_TTY: tty
Original file line number Diff line number Diff line change 37
37
# if you are using this in a GitHub action or some other automated pipeline, you
38
38
# need to pass the batch flag to indicate its not interactive.
39
39
- " --batch"
40
- - " --passphrase"
41
- - " {{ .Env.GPG_PASSPHRASE }}"
42
40
- " --local-user"
43
41
- " {{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
44
42
- " --output"
You can’t perform that action at this time.
0 commit comments