Skip to content

Commit e0d00c0

Browse files
committed
Fix version output of build-and-stage-release job
1 parent 35725b4 commit e0d00c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Check Out Code
1515
uses: actions/checkout@v4
1616
- name: Build and Publish
17+
id: build-and-publish
1718
uses: ./.github/actions/build
1819
with:
1920
gradle-enterprise-cache-password: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
@@ -32,7 +33,7 @@ jobs:
3233
uri: 'https://repo.spring.io'
3334
username: ${{ secrets.ARTIFACTORY_USERNAME }}
3435
outputs:
35-
version: ${{ steps.build.outputs.version }}
36+
version: ${{ steps.build-and-publish.outputs.version }}
3637
verify:
3738
name: Verify
3839
needs: build-and-stage-release

0 commit comments

Comments
 (0)