Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Update gradle-publish-central again
Browse files Browse the repository at this point in the history
  • Loading branch information
jglrxavpok authored Aug 21, 2021
1 parent bb599af commit f44b4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: gradle build

- name: Copy key to tmp file
run: 'echo "$PRIV_KEY64" > ./key64 | base64 -d ./key64 > ./key'
run: 'echo "$PRIV_KEY64" > ./key64 && base64 -d ./key64 > ./key'
shell: bash
env:
PRIV_KEY64: ${{ secrets.PRIV_KEY64 }}
Expand Down

0 comments on commit f44b4db

Please sign in to comment.