Skip to content

Commit

Permalink
ci: update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Oct 21, 2024
1 parent 51d6c27 commit f7fc18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mkdir -p ~/.gradle
echo "ossrhUsername=${{ secrets.OSSRH_USERNAME }}" >> ~/.gradle/gradle.properties
echo "ossrhPassword=${{ secrets.OSSRH_API_TOKEN }}" >> ~/.gradle/gradle.properties
echo "signing.keyId=${{ secrets.OSSRH_GPG_KEY_ID }}" >> ~/.gradle/gradle.properties
echo "signing.keyId=${{ secrets.OSSRH_GPG_SECRET_KEY }}" >> ~/.gradle/gradle.properties
echo "signing.password=${{ secrets.OSSRH_GPG_SECRET_PASSWORD }}" >> ~/.gradle/gradle.properties
echo "signing.secretKeyRingFile=/home/runner/.gradle/maven-central.gpg" >> ~/.gradle/gradle.properties
Expand Down

0 comments on commit f7fc18c

Please sign in to comment.