Skip to content

Commit

Permalink
debug gradle publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann authored Dec 23, 2023
1 parent 40868e5 commit eb0bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Deploy from the main branch
if: github.ref == 'refs/heads/main'
run: ./gradlew publish -PossrhUsername='${{ secrets.SONATYPE_NEXUS_USERNAME }}' -PossrhPassword='${{ secrets.SONATYPE_NEXUS_PASSWORD }}'
run: ./gradlew publish -d -PossrhUsername='${{ secrets.SONATYPE_NEXUS_USERNAME }}' -PossrhPassword='${{ secrets.SONATYPE_NEXUS_PASSWORD }}'
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}'
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.GPG_PRIVATE_KEY_PASSPHRASE}}
Expand Down

0 comments on commit eb0bcd7

Please sign in to comment.