We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c2066 commit 41ff66dCopy full SHA for 41ff66d
1 file changed
.github/workflows/release.yml
@@ -46,12 +46,12 @@ jobs:
46
- name: Install dependencies
47
run: npm install
48
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 }}
+# - name: Import GPG key
+# uses: crazy-max/ghaction-import-gpg@v6
+# with:
+# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+# passphrase: ${{ secrets.GPG_PASSPHRASE }}
+# fingerprint: ${{ vars.GPG_FINGERPRINT }}
55
56
- name: Release
57
env:
0 commit comments