Fix the output of the compute next version step in CI
This commit is contained in:
2
.github/workflows/release-branch.yaml
vendored
2
.github/workflows/release-branch.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
contents: read
|
||||
|
||||
outputs:
|
||||
full: ${{ steps.next.outputs.version }}
|
||||
full: ${{ steps.next.outputs.full }}
|
||||
short: ${{ steps.next.outputs.short }}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user