From 3cf84b81cd10b92dc48a7f334e3959f5d0f50f42 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 10 Jul 2024 12:18:45 +0500 Subject: [PATCH] fix: replace set-output github actions (#54) Co-authored-by: Usama Sadiq --- .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 224603f9..b4fba467 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: