Skip to content

Commit

Permalink
~ ~ Adjust paths in publish-to-maven-central
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tk3y committed Oct 31, 2021
1 parent 96c91d3 commit a0d2f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: timheuer/[email protected]
with:
fileName: 'secring.gpg'
fileDir: ${{env.GITHUB_WORKSPACE}}/keys
fileDir: ${{github.workspace}}/keys
encodedString: ${{secrets.SIGNING_SECRET_KEY_RING_FILE}}
- name: Publish
uses: gradle/gradle-build-action@v2
Expand All @@ -31,5 +31,5 @@ jobs:
publish
-PsonatypePassword=${{secrets.SONATYPE_PASSWORD}}
-Psigning.keyId=${{secrets.SIGNING_KEYID}}
-Psigning.secretKeyRingFile=${{env.GITHUB_WORKSPACE}}/keys/secring.gpg
-Psigning.secretKeyRingFile=${{github.workspace}}/keys/secring.gpg
-Psigning.password=${{secrets.SIGNING_PASSWORD}}

0 comments on commit a0d2f69

Please sign in to comment.