Skip to content

Commit 2b3980a

Browse files
committed
Fix release script
1 parent 83a3212 commit 2b3980a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)