Skip to content

Commit

Permalink
REP-1119: added singlequotes to both passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrchevski committed Dec 17, 2020
1 parent 1446e77 commit 3acd5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
java-version: 8
- name: Publish
run: ./gradlew -Psonatype.user="${{ secrets.SONATYPE_USER }}" -Psonatype.password="${{ secrets.SONATYPE_PASSWORD }}" -Psigning.key="${{ secrets.PGP_SIGNING_KEY }}" -Psigning.password="${{ secrets.PGP_SIGNING_PASSWORD }}" publish
run: ./gradlew -Psonatype.user="${{ secrets.SONATYPE_USER }}" -Psonatype.password="${{ secrets.SONATYPE_PASSWORD }}" -Psigning.key='${{ secrets.PGP_SIGNING_KEY }}' -Psigning.password='${{ secrets.PGP_SIGNING_PASSWORD }}' publish

0 comments on commit 3acd5c9

Please sign in to comment.