From d47f181b6acb27b6834d8f385822e21b4b99e9c0 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 3 Jul 2024 10:12:10 +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 2483f352..6d947cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - 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