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 851d746 commit 1eb9b4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ jobs:
uses: codecov/codecov-action@v4
- name: Extract branch name
shell: bash
run: echo "BRANCH=random"
run: echo "##[set-output name=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=$BRANCH
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/})"

0 comments on commit 1eb9b4e

Please sign in to comment.