Skip to content

Commit c85ed9d

Browse files
committed
fix: gpg improt
1 parent badecbc commit c85ed9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
full_version: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
3333
tag_name: ${{ steps.release.outputs.tag_name }}
3434
run: |
35+
gpg --allow-secret-key-import --import <<< "$PRIVATE_SIGNING_KEY"
3536
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
3637
git config commit.gpgsign true
3738
git config --global user.name ueokande
3839
git config --global user.email [email protected]
3940
git config --global user.signingkey 7F94715D031FDE95
40-
gpg --allow-secret-key-import --import <<< "$PRIVATE_SIGNING_KEY"
4141
4242
git add .
4343
git commit --allow-empty --message "Release v${full_version} at ${GITHUB_SHA}"

0 commit comments

Comments
 (0)