File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 version : ${{ needs.build-and-stage-release.outputs.version }}
5757 sync-to-maven-central :
5858 name : Sync to Maven Central
59- if : ${{ !COMMERCIAL }}
59+ if : ${{ !vars. COMMERCIAL }}
6060 needs :
6161 - build-and-stage-release
6262 - verify
9191 run : jfrog rt build-promote ${{ format('spring-boot-commercial-{0}', needs.build-and-stage-release.outputs.version)}} ${{ github.run_number }} spring-enterprise-maven-prod-local --project spring
9292 publish-gradle-plugin :
9393 name : Publish Gradle Plugin
94- if : ${{ !COMMERCIAL }}
94+ if : ${{ !vars. COMMERCIAL }}
9595 needs :
9696 - build-and-stage-release
9797 - sync-to-maven-central
@@ -108,7 +108,7 @@ jobs:
108108 plugin-version : ${{ needs.build-and-stage-release.outputs.version }}
109109 publish-to-sdkman :
110110 name : Publish to SDKMAN!
111- if : ${{ !COMMERCIAL }}
111+ if : ${{ !vars. COMMERCIAL }}
112112 needs :
113113 - build-and-stage-release
114114 - sync-to-maven-central
You can’t perform that action at this time.
0 commit comments