Skip to content

Commit

Permalink
Debug release GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed May 31, 2024
1 parent 91c1623 commit 4d6e61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
run: ./gradlew publishPlugins -i -S
run: ./gradlew publishPlugins --debug -S

0 comments on commit 4d6e61f

Please sign in to comment.