Skip to content

Commit bddb5ac

Browse files
committed
fix: update
1 parent f308e52 commit bddb5ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: codecov/codecov-action@v1
4848
- name: Extract branch name
4949
shell: bash
50-
run: echo "##[set-output name=branch;]$(echo ${GITHUB_HEAD_REF})"
50+
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
5151
id: extract_branch
5252
- name: Preview Updated Versions (dry run)
5353
run: lerna version --allow-branch ${{ steps.extract_branch.outputs.branch }} --no-git-tag-version --no-changelog --no-push --yes

0 commit comments

Comments
 (0)