Skip to content

Commit

Permalink
fix: gpg improt
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jul 13, 2024
1 parent badecbc commit c85ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
full_version: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
tag_name: ${{ steps.release.outputs.tag_name }}
run: |
gpg --allow-secret-key-import --import <<< "$PRIVATE_SIGNING_KEY"
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
git config commit.gpgsign true
git config --global user.name ueokande
git config --global user.email ueokande@i-beam.org
git config --global user.signingkey 7F94715D031FDE95
gpg --allow-secret-key-import --import <<< "$PRIVATE_SIGNING_KEY"
git add .
git commit --allow-empty --message "Release v${full_version} at ${GITHUB_SHA}"
Expand Down

0 comments on commit c85ed9d

Please sign in to comment.