Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvranik committed Oct 29, 2023
1 parent 5dc15c2 commit ae3a642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
GPG_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: publish -Pgpr.key="${{ secrets.GITHUB_TOKEN }}" -Pgpr.user="${{ github.repository_owner }}" -Possrh.username="${{ secrets.OSSRH_USERNAME }}" -Possrh.password="${{ secrets.OSSRH_PASSWORD }}" -Psigning.password="${{ secrets.SIGNING_PASSWORD }}" -i -s
arguments: publish -P"gpr.key=${{ secrets.GITHUB_TOKEN }}" -P"gpr.user=${{ github.repository_owner }}" -P"ossrh.username=${{ secrets.OSSRH_USERNAME }}" -P"ossrh.password=${{ secrets.OSSRH_PASSWORD }}" -P"signing.password=${{ secrets.SIGNING_PASSWORD }}" -i -s

0 comments on commit ae3a642

Please sign in to comment.