Skip to content

Commit

Permalink
specific version of gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
timhuang1018 committed Aug 19, 2024
1 parent adc4d91 commit 2487993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
run: |
brew install gpg
brew install gpg@2.4.5
gpg --version
echo "$SIGNING_KEY" > private_key.asc
gpg --dearmor < private_key.asc > ${HOME}/secring.gpg
Expand Down

0 comments on commit 2487993

Please sign in to comment.