From e5e9b31f650cbb116cda2adbfa99ba29a2a1f2d0 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Tue, 2 Jul 2024 17:45:40 +0500 Subject: [PATCH] fix: replace deprecated 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 f76ac10..283a96c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: fail_ci_if_error: true - 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: