Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks authored Mar 5, 2022
1 parent ca3e2a4 commit fd7bba7
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 @@ -37,7 +37,7 @@ jobs:
GPG_KEY_CONTENTS: ${{ secrets.SONATYPE_BASE64_SIGNING_KEY }}
run: |
git fetch --unshallow
sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_KEY_RING_FILE'"
sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '${{ env.SIGNING_KEY_RING_FILE }}'"
# Publish aar to maven central via sonatype repository
- name: Publish to MavenCentral
Expand Down

0 comments on commit fd7bba7

Please sign in to comment.