workflow: sign the release commit in workflow

This commit is contained in:
Evan You 2024-08-06 22:57:52 +08:00
parent 5b6caab8d1
commit 7c75cc3988
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,14 @@ jobs:
git config user.name "vue-bot"
git config user.email "<bot@vuejs.org>"
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
- name: Run release script
id: release
run: |