Skip to content

Commit

Permalink
fix gpg passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Raroh73 committed Oct 20, 2024
1 parent 8c3a1ce commit c9e45f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
distribution: adopt
java-version: 21
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
with:
Expand All @@ -22,4 +21,5 @@ jobs:
env:
CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
CLOJARS_PASS: ${{ secrets.CLOJARS_PASS }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: lein deploy clojars

0 comments on commit c9e45f1

Please sign in to comment.