Skip to content

Commit fd7bba7

Browse files
author
Justin Brooks
authored
Update publish.yml
1 parent ca3e2a4 commit fd7bba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GPG_KEY_CONTENTS: ${{ secrets.SONATYPE_BASE64_SIGNING_KEY }}
3838
run: |
3939
git fetch --unshallow
40-
sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_KEY_RING_FILE'"
40+
sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '${{ env.SIGNING_KEY_RING_FILE }}'"
4141
4242
# Publish aar to maven central via sonatype repository
4343
- name: Publish to MavenCentral

0 commit comments

Comments
 (0)