From 1f975b303d134237256e64c76422247873cb73f6 Mon Sep 17 00:00:00 2001 From: Vasi Vasireddy <41936996+vasireddy99@users.noreply.github.com> Date: Wed, 4 Jan 2023 09:35:45 -0800 Subject: [PATCH] chore(GHA): Update the usage of set-output command in GH actions (#5074) --- .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 c7792090efd..a9d1158a8c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: --discussion-category announcements \ v$VERSION - echo "::set-output name=version::$VERSION" + echo "version=$VERSION" >> $GITHUB_OUTPUT merge-change-log-to-main: runs-on: ubuntu-latest