Skip to content

Commit

Permalink
reconfig Install GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
timhuang1018 committed Aug 19, 2024
1 parent b9c4da3 commit 0c51756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: |
brew install gpg
gpg --version
gpg --no-default-keyring --keyring ${HOME}/secring.gpg --list-keys
echo "$SIGNING_KEY" > private_key.asc
gpg --dearmor < private_key.asc > ${HOME}/secring.gpg
echo "$SIGNING_KEY" | gpg --import
gpg --list-secret-keys --keyid-format LONG
gpg --export-secret-keys --armor > ${HOME}/secring.gpg
# echo "$SIGNING_KEY" | gpg --dearmor > ${HOME}/secring.gpg

- name: Setup Gradle
Expand Down

0 comments on commit 0c51756

Please sign in to comment.