Skip to content

Commit 6795928

Browse files
author
yann degat
committed
ci: Clean comments in release workflow
1 parent d0e93a5 commit 6795928

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,6 @@ jobs:
3636
env:
3737
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
3838
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 }}
5239
-
5340
name: Run GoReleaser
5441
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)