Skip to content

Commit a0d2f69

Browse files
committed
~ ~ Adjust paths in publish-to-maven-central
1 parent 96c91d3 commit a0d2f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: timheuer/base64-to-file@v1.1
2323
with:
2424
fileName: 'secring.gpg'
25-
fileDir: ${{env.GITHUB_WORKSPACE}}/keys
25+
fileDir: ${{github.workspace}}/keys
2626
encodedString: ${{secrets.SIGNING_SECRET_KEY_RING_FILE}}
2727
- name: Publish
2828
uses: gradle/gradle-build-action@v2
@@ -31,5 +31,5 @@ jobs:
3131
publish
3232
-PsonatypePassword=${{secrets.SONATYPE_PASSWORD}}
3333
-Psigning.keyId=${{secrets.SIGNING_KEYID}}
34-
-Psigning.secretKeyRingFile=${{env.GITHUB_WORKSPACE}}/keys/secring.gpg
34+
-Psigning.secretKeyRingFile=${{github.workspace}}/keys/secring.gpg
3535
-Psigning.password=${{secrets.SIGNING_PASSWORD}}

0 commit comments

Comments
 (0)