From cab7ce40030270edd4467f7bcc1e20cc5fdf5d33 Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Thu, 19 Jan 2023 13:08:58 +0000 Subject: [PATCH] ci(FIR-16394): Remove set output --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c37542c0..a373593a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: id: tag_generation run: | NEW_TAG=$(git describe --tags --abbrev=0) - echo "::set-output name=new_tag::$NEW_TAG" + echo "new_tag=$NEW_TAG" >> $GITHUB_OUTPUT shell: bash - name: GitHub release