We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f308e52 commit bddb5acCopy full SHA for bddb5ac
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: codecov/codecov-action@v1
48
- name: Extract branch name
49
shell: bash
50
- run: echo "##[set-output name=branch;]$(echo ${GITHUB_HEAD_REF})"
+ run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
51
id: extract_branch
52
- name: Preview Updated Versions (dry run)
53
run: lerna version --allow-branch ${{ steps.extract_branch.outputs.branch }} --no-git-tag-version --no-changelog --no-push --yes
0 commit comments