Skip to content

Commit 7c75cc3

Browse files
committed
workflow: sign the release commit in workflow
1 parent 5b6caab commit 7c75cc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ jobs:
6262
git config user.name "vue-bot"
6363
git config user.email "<[email protected]>"
6464
65+
- name: Import GPG key
66+
uses: crazy-max/ghaction-import-gpg@v6
67+
with:
68+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
69+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
70+
git_user_signingkey: true
71+
git_commit_gpgsign: true
72+
6573
- name: Run release script
6674
id: release
6775
run: |

0 commit comments

Comments
 (0)