Skip to content

Commit

Permalink
Fix the signing key filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks committed Nov 11, 2021
1 parent 21e1818 commit 5fce13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create binary keyring
env:
GPG_KEY_CONTENTS: ${{ secrets.SONATYPE_BASE64_SIGNING_KEY }}
SIGNING_KEY_RING_FILE: $TMPDIR/key.gpg
SIGNING_KEY_RING_FILE: "${TMPDIR}key.gpg"
run: |
git fetch --unshallow
sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_KEY_RING_FILE'"
Expand Down

0 comments on commit 5fce13f

Please sign in to comment.