Skip to content

Commit

Permalink
quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
pvranik committed Oct 29, 2023
1 parent 0a731fb commit 7e3fe9b
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 @@ -36,4 +36,4 @@ jobs:
- name: Build with Gradle
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.key="${{ secrets.SIGNING_KEY }}" -Psigning.password=${{ secrets.SIGNING_PASSWORD }}
arguments: publish -Pgpr.key="${{ secrets.GITHUB_TOKEN }}" -Pgpr.user="${{ github.repository_owner }}" -Possrh.username="${{ secrets.OSSRH_USERNAME }}" -Possrh.password=!${{ secrets.OSSRH_PASSWORD }}" -Psigning.key="${{ secrets.SIGNING_KEY }}" -Psigning.password="${{ secrets.SIGNING_PASSWORD }}"

0 comments on commit 7e3fe9b

Please sign in to comment.