From 78e8afce49a512a1c0edac61cbaf42ed85113d21 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Wed, 20 Nov 2024 22:39:11 +0100 Subject: [PATCH] fix: use updated output syntax Signed-off-by: Chris Laprun --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 588599bd22..16e7bde751 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: exit 1 - id: set-version-branch name: Set version_branch if matched - run: echo "::set-output name=version_branch::$tmp_version_branch" + run: echo "version_branch=${{env.tmp_version_branch}}" >> $GITHUB_OUTPUT release-sdk: needs: prepare-release