Skip to content

Commit bb1dd02

Browse files
committed
Ensure build number is available as an output.
1 parent fde50fa commit bb1dd02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-binary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a $GITHUB_ENV
3535
echo "STUB_PREFIX=${STUB_PREFIX}" | tee -a $GITHUB_ENV
3636
37+
# Expose BUILD_NUMBER as a step output so it can be consumed as a job output
38+
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a $GITHUB_OUTPUT
39+
3740
- name: Checkout Template
3841
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3942
with:

0 commit comments

Comments
 (0)