Skip to content

Commit 9f6ed02

Browse files
committed
fix: fix gpg import
1 parent eef2d23 commit 9f6ed02

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,7 +32,7 @@ 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"
35+
gpg --allow-secret-key-import --import <<< "${{ secrets.PRIVATE_SIGNING_KEY }}"
3636
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
3737
git config commit.gpgsign true
3838
git config --global user.name ueokande

0 commit comments

Comments
 (0)