From edab6169dd97a4f650703fbb5c731bb419c7681b Mon Sep 17 00:00:00 2001 From: Adam Plowman Date: Wed, 26 Mar 2025 09:07:35 +0000 Subject: [PATCH] Update release-impl.yml --- .github/workflows/release-impl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-impl.yml b/.github/workflows/release-impl.yml index ce11ea9..2ab6284 100644 --- a/.github/workflows/release-impl.yml +++ b/.github/workflows/release-impl.yml @@ -224,7 +224,7 @@ jobs: NEW_TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) echo "NEW_TAG is: $NEW_TAG" echo "tag=$NEW_TAG" >> $GITHUB_OUTPUT - echo "version=${tag:1}" >> $GITHUB_OUTPUT + echo "version=${NEW_TAG:1}" >> $GITHUB_OUTPUT - name: Generate CHANGELOG (stable release) if: inputs.pr-base-ref == inputs.release_branch