Skip to content

Commit

Permalink
fix: sign tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jul 13, 2024
1 parent ffb84c3 commit 37738b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
gpg --allow-secret-key-import --import <<< "${{ secrets.PRIVATE_SIGNING_KEY }}"
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
git config commit.gpgsign true
git config tag.gpgsign true
git config --global user.name ueokande
git config --global user.email ueokande@i-beam.org
git config --global user.signingkey 7F94715D031FDE95
Expand Down

0 comments on commit 37738b1

Please sign in to comment.