From 08052ac2f0ad7a9f6f42f1eef800bb0ab90589f4 Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Mon, 13 Nov 2023 13:59:11 +0200 Subject: [PATCH] refactor: added use of environment files --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721e3aa73f6..cc47977252c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: uses: codecov/codecov-action@v3 - name: Extract branch name shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV id: extract_branch - name: Preview semantic-release version env: