Skip to content

Commit 768be5b

Browse files
committed
~ YAML syntax?
1 parent b01b369 commit 768be5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install GPG secret key
2020
run: |
21-
cat < (echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
21+
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
2222
gpg --list-secret-keys --keyid-format LONG
2323
2424
- name: Publish package

0 commit comments

Comments
 (0)