Skip to content

Commit 5f2fb49

Browse files
Properly output build number
1 parent e465992 commit 5f2fb49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
permissions:
2222
id-token: write
2323
contents: write
24+
outputs:
25+
build-number: ${{ steps.build-gradle.outputs.BUILD_NUMBER }}
2426
steps:
2527
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2628
- uses: jdx/mise-action@d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd # v3.2.0

0 commit comments

Comments
 (0)