Skip to content

Commit

Permalink
fix gpg signing error in cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Raroh73 committed Oct 20, 2024
1 parent c9e45f1 commit ac9a8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
CLOJARS_PASS: ${{ secrets.CLOJARS_PASS }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: lein deploy clojars
run: |
export GPG_TTY=$(tty)
lein deploy clojars

0 comments on commit ac9a8b6

Please sign in to comment.