From 35a35b78250f5cef6d97915027d7f0dbb26fb81a Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 13:07:28 +0500 Subject: [PATCH] fix: replace set-output github actions --- .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 224603f..b4fba46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - 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_OUTPUT id: extract_branch - name: Preview semantic-release version env: