Skip to content

Commit 1e87aba

Browse files
committed
chore(release): Comment out GPG key import step
- Temporarily disable the GPG key import step in the release workflow. - This change is made to streamline the release process without GPG signing for now.
1 parent 5c31d2b commit 1e87aba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
- name: Install dependencies
4444
run: npm install
4545

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

5353
- name: Release
5454
uses: cycjimmy/semantic-release-action@v5

0 commit comments

Comments
 (0)