Skip to content

Commit 37738b1

Browse files
committed
fix: sign tag
1 parent ffb84c3 commit 37738b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
gpg --allow-secret-key-import --import <<< "${{ secrets.PRIVATE_SIGNING_KEY }}"
3636
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
3737
git config commit.gpgsign true
38+
git config tag.gpgsign true
3839
git config --global user.name ueokande
3940
git config --global user.email [email protected]
4041
git config --global user.signingkey 7F94715D031FDE95

0 commit comments

Comments
 (0)