Skip to content

Commit 0829b04

Browse files
committed
fix: correct output reference for new version in update-version job
1 parent e849ad1 commit 0829b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
contents: write
3636
outputs:
37-
new_version: ${{ steps.set_output.outputs.new_version }}
37+
new_version: ${{ steps.bump_version.outputs.new_version }}
3838
steps:
3939
- name: Ensure branch is main
4040
if: github.ref != 'refs/heads/main'

0 commit comments

Comments
 (0)