We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb84c3 commit 37738b1Copy full SHA for 37738b1
1 file changed
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
gpg --allow-secret-key-import --import <<< "${{ secrets.PRIVATE_SIGNING_KEY }}"
36
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
37
git config commit.gpgsign true
38
+ git config tag.gpgsign true
39
git config --global user.name ueokande
40
git config --global user.email [email protected]
41
git config --global user.signingkey 7F94715D031FDE95
0 commit comments