Skip to content

Commit 427cd25

Browse files
fix build action
1 parent 067d913 commit 427cd25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- id: install-secret-key
2828
name: Install GPG secret key
2929
run: |
30-
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
30+
echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}" | gpg --batch --import
3131
gpg --list-secret-keys --keyid-format LONG
3232
3333
- name: Set up JDK ${{ matrix.java-version }}

0 commit comments

Comments
 (0)