Skip to content

Commit

Permalink
Remove gnupg reinstall on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
overpas committed Nov 2, 2024
1 parent 752c495 commit 5071234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
run: |
brew reinstall gnupg
echo "$SIGNING_KEY" | gpg --dearmor > ${HOME}/secring.gpg
- name: Setup Gradle
Expand Down

0 comments on commit 5071234

Please sign in to comment.