File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Nebula Build
1+ name : Release
22on :
33 push :
44 tags :
3333 - name : Verify plugin publication
3434 if : |
3535 (!contains(github.ref, '-rc.'))
36- run : ./gradlew --stacktrace -Dgradle.publish.key=${{ secrets.gradlePublishKey }} -Dgradle.publish.secret=${{ secrets.gradlePublishSecret }} -Prelease.useLastTag=true final publishPlugin --validate-only -x check -x signPluginMavenPublication
36+ run : ./gradlew --stacktrace -Dgradle.publish.key=${{ secrets.gradlePublishKey }} -Dgradle.publish.secret=${{ secrets.gradlePublishSecret }} -Prelease.useLastTag=true final publishPlugin --validate-only -x check
3737 publish :
3838 needs : validatepluginpublication
3939 runs-on : ubuntu-latest
7070 - name : Publish release
7171 if : |
7272 (!contains(github.ref, '-rc.'))
73- run : ./gradlew --info -- stacktrace -Dgradle.publish.key=${{ secrets.gradlePublishKey }} -Dgradle.publish.secret=${{ secrets.gradlePublishSecret }} -Prelease.useLastTag=true final
73+ run : ./gradlew --stacktrace -Dgradle.publish.key=${{ secrets.gradlePublishKey }} -Dgradle.publish.secret=${{ secrets.gradlePublishSecret }} -Prelease.useLastTag=true final
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ pluginManagement {
66 gradlePluginPortal()
77 }
88 plugins {
9- id(" com.netflix.nebula.root" ) version(" 24.0.3 " )
10- id(" com.netflix.nebula.plugin-plugin" ) version(" 24.0.3 " )
11- id(" com.netflix.nebula.library" ) version(" 24.0.3 " )
9+ id(" com.netflix.nebula.root" ) version(" 24.0.4 " )
10+ id(" com.netflix.nebula.plugin-plugin" ) version(" 24.0.4 " )
11+ id(" com.netflix.nebula.library" ) version(" 24.0.4 " )
1212 }
1313}
1414
You can’t perform that action at this time.
0 commit comments