From df37f1b4694e00c028b93ed87badb3b315b7b73f Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:50:03 +0500 Subject: [PATCH] perf: test commit --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 601493c..350feb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,10 @@ 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: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=${{ steps.extract_branch.outputs.branch }} - - # run: npx semantic-release --dry-run --branches=$BRANCH - # run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})" + run: npx semantic-release --dry-run --branches=$BRANCH