File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Deploy
1+ name : Deploy gradle to plugin portal
22
33on :
44 workflow_dispatch :
2222 java-version : 17
2323 distribution : corretto
2424
25- - name : Mac deploy
26- run : ./gradlew publishPlugins -Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET --no-daemon --stacktrace
25+ - name : Deploy
26+ run : ./gradlew publishPlugins -Prelease.version=$GITHUB_REF_NAME - Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET --no-daemon --stacktrace
Original file line number Diff line number Diff line change 2222 java-version : 17
2323 distribution : corretto
2424
25- - name : Mac deploy
26- run : ./gradlew publish --no-daemon --stacktrace
25+ - name : Deploy
26+ run : ./gradlew publish -Prelease.version=$GITHUB_REF_NAME - -no-daemon --stacktrace
You can’t perform that action at this time.
0 commit comments