Skip to content

Commit

Permalink
chore: hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 17, 2024
1 parent 0e25924 commit 1bce19d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Publish package
run: |
./gradlew publish \
-Psigning.keyId=${{ secrets.MAVEN_CENTRAL_GPG_KEY_ID }} \
-Psigning.password=${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE }} \
-Psigning.secretKeyRingFile=${HOME}/.gradle/secring.gpg \
"-Psigning.keyId=${{ secrets.MAVEN_CENTRAL_GPG_KEY_ID }}" \
"-Psigning.password=${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE }}" \
"-Psigning.secretKeyRingFile=${HOME}/.gradle/secring.gpg" \
--warn --stacktrace
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_OSSRH_USERNAME }}
Expand Down

0 comments on commit 1bce19d

Please sign in to comment.