We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc522c commit 74e6d0fCopy full SHA for 74e6d0f
.github/workflows/ci.yml
@@ -35,4 +35,8 @@ jobs:
35
36
- name: Publish plugin
37
if: github.event_name == 'push' && endsWith(steps.set-version.outputs.version, 'SNAPSHOT') == false
38
- run: ./gradlew :compile:publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
+ run: >
39
+ ./gradlew :compile:publishPlugins
40
+ -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
41
+ -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
42
+ -Pversion=${{ steps.set-version.outputs.version }}
0 commit comments