Skip to content

Commit 22cba57

Browse files
committed
Fix the output of the compute next version step in CI
1 parent 522c472 commit 22cba57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212

1313
outputs:
14-
full: ${{ steps.next.outputs.version }}
14+
full: ${{ steps.next.outputs.full }}
1515
short: ${{ steps.next.outputs.short }}
1616

1717
steps:

0 commit comments

Comments
 (0)