File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 36
36
env :
37
37
GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
38
38
PASSPHRASE : ${{ secrets.PASSPHRASE }}
39
- # -
40
- # name: Reload gpg agent
41
- # id: reload-gpg-agent
42
- # run: |
43
- # /bin/sh -c 'gpg --version; dpkg -l | grep -e gnupg -e gpg ; gpg-connect-agent reloadagent /bye; cat ~/.gnupg/gpg-agent.conf'
44
- # -
45
- # name: Preset passphrase
46
- # id: preset_gpg_passphrase
47
- # run: |
48
- # /bin/sh -c 'for i in $(gpg --list-keys --with-keygrip --with-colons "$GPG_FINGERPRINT" | grep "^grp:" | cut -d: -f10); do echo "$GPG_PASSPHRASE" | /usr/lib/gnupg/gpg-preset-passphrase --preset $i; done'
49
- # env:
50
- # GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
51
- # PASSPHRASE: ${{ secrets.PASSPHRASE }}
52
39
-
53
40
name : Run GoReleaser
54
41
uses : goreleaser/goreleaser-action@v2
You can’t perform that action at this time.
0 commit comments