We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35725b4 commit e0d00c0Copy full SHA for e0d00c0
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
14
- name: Check Out Code
15
uses: actions/checkout@v4
16
- name: Build and Publish
17
+ id: build-and-publish
18
uses: ./.github/actions/build
19
with:
20
gradle-enterprise-cache-password: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
@@ -32,7 +33,7 @@ jobs:
32
33
uri: 'https://repo.spring.io'
34
username: ${{ secrets.ARTIFACTORY_USERNAME }}
35
outputs:
- version: ${{ steps.build.outputs.version }}
36
+ version: ${{ steps.build-and-publish.outputs.version }}
37
verify:
38
name: Verify
39
needs: build-and-stage-release
0 commit comments