Skip to content

Commit

Permalink
chore: using home for path
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 17, 2024
1 parent 028ce2c commit 0e25924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./gradlew publish \
-Psigning.keyId=${{ secrets.MAVEN_CENTRAL_GPG_KEY_ID }} \
-Psigning.password=${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE }} \
-Psigning.secretKeyRingFile=$(echo ~/.gradle/secring.gpg) \
-Psigning.secretKeyRingFile=${HOME}/.gradle/secring.gpg \
--warn --stacktrace
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_OSSRH_USERNAME }}
Expand Down

0 comments on commit 0e25924

Please sign in to comment.