Skip to content

Commit

Permalink
perf: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jul 1, 2024
1 parent 502b045 commit 54ad574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
uses: codecov/codecov-action@v4
- name: Extract branch name
shell: bash
run: echo "branch=(echo ${GITHUB_REF#refs/heads/})"
run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})"
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 }}

0 comments on commit 54ad574

Please sign in to comment.