Skip to content

Commit b576e01

Browse files
committed
fix(build): set version output
1 parent d5cd531 commit b576e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ jobs:
748748
name: Prepare Steps
749749
runs-on: ${{ inputs.runner-default }}
750750
outputs:
751-
version: ${{ steps.set_version.outputs.version }}
751+
version: ${{ steps.release_version.outputs.version }}
752752
commit-sha: ${{ steps.determine_sha.outputs.sha }}
753753
pre-step-matrix: ${{ steps.set_pre_matrix.outputs.matrix }}
754754
post-step-matrix: ${{ steps.set_post_matrix.outputs.matrix }}

0 commit comments

Comments
 (0)