File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4747 - name : Publish to Artifactory (repo.grails.org)
4848 id : publish
4949 uses : gradle/gradle-build-action@v2
50- if : steps.build.outcome == 'success'
5150 env :
5251 GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
5352 GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER : ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
@@ -57,15 +56,15 @@ jobs:
5756 with :
5857 arguments : -Dorg.gradle.internal.publish.checksums.insecure=true publish
5958 - name : Extract branch name
60- if : steps.publish.outcome == ' success'
59+ if : success()
6160 id : extract_branch
6261 run : echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
6362 - name : Create Snapshot Message for the Workflow Dispatch
64- if : steps.publish.outcome == ' success'
63+ if : success()
6564 id : dispatch_message
6665 run : echo "value={\"message\":\"New Core Snapshot $(date) - $GITHUB_SHA\"}" >> $GITHUB_OUTPUT
6766 - name : Invoke the Java CI workflow in Grails Functional Tests
68- if : steps.publish.outcome == ' success'
67+ if : success()
69687069 with :
7170 workflow : Java CI
You can’t perform that action at this time.
0 commit comments