Skip to content

Commit 24570c8

Browse files
committed
👷 Update pnpm patch template
1 parent d177d04 commit 24570c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/pnpm-version-patch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
2828
git config commit.gpgsign true
2929
git config gpg.format ssh
30+
git config push.gpgSign 'if-asked'
31+
git config tag.gpgSign true
3032
git config user.signingkey 'key::${{ vars.DEPLOY_KEY_PUBLIC }}'
3133
3234
eval `ssh-agent -s`

0 commit comments

Comments
 (0)