Skip to content

Commit 41ff66d

Browse files
committed
Disable GPG signing in workflow
1 parent 37c2066 commit 41ff66d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
- name: Install dependencies
4747
run: npm install
4848

49-
- name: Import GPG key
50-
uses: crazy-max/ghaction-import-gpg@v6
51-
with:
52-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
53-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
54-
fingerprint: ${{ vars.GPG_FINGERPRINT }}
49+
# - name: Import GPG key
50+
# uses: crazy-max/ghaction-import-gpg@v6
51+
# with:
52+
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
53+
# passphrase: ${{ secrets.GPG_PASSPHRASE }}
54+
# fingerprint: ${{ vars.GPG_FINGERPRINT }}
5555

5656
- name: Release
5757
env:

0 commit comments

Comments
 (0)