Skip to content

Commit

Permalink
Fix the output of the compute next version step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jan 24, 2025
1 parent 522c472 commit 22cba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: read

outputs:
full: ${{ steps.next.outputs.version }}
full: ${{ steps.next.outputs.full }}
short: ${{ steps.next.outputs.short }}

steps:
Expand Down

0 comments on commit 22cba57

Please sign in to comment.