From f328f654e329654ba8217f50c99fc63e604061aa Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 24 Jan 2025 14:49:13 +0100 Subject: [PATCH] Fix the output of the compute next version step in CI --- .github/workflows/release-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-branch.yaml b/.github/workflows/release-branch.yaml index e33ab69d0..576825b76 100644 --- a/.github/workflows/release-branch.yaml +++ b/.github/workflows/release-branch.yaml @@ -11,7 +11,7 @@ jobs: contents: read outputs: - full: ${{ steps.next.outputs.version }} + full: ${{ steps.next.outputs.full }} short: ${{ steps.next.outputs.short }} steps: