Skip to content

Commit

Permalink
~ YAML syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinherron committed Aug 12, 2024
1 parent b01b369 commit 768be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install GPG secret key
run: |
cat < (echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
- name: Publish package
Expand Down

0 comments on commit 768be5b

Please sign in to comment.