File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments