Skip to content

Commit

Permalink
fix: fix gpg import
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jul 13, 2024
1 parent eef2d23 commit 9f6ed02
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,7 +32,7 @@ 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"
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 --global user.name ueokande
Expand Down

0 comments on commit 9f6ed02

Please sign in to comment.