We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf5dcf9 + dcab3ae commit 507ecd5Copy full SHA for 507ecd5
.github/workflows/ci-publish.yaml
@@ -39,6 +39,6 @@ jobs:
39
40
- name: Publish to Gradle portal
41
run: |-
42
- ./gradlew publishPlugin
43
- -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
+ ./gradlew publishPlugin \
+ -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} \
44
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
0 commit comments