Skip to content

Commit

Permalink
chore: add --allow-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJobs committed Aug 6, 2021
1 parent 061ed20 commit 6317fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: version stable npm packages to npmjs.org
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.preid == 'stable' }}
run: |
npx lerna version --conventional-commits --conventional-graduate --no-changelog --yes
npx lerna version --conventional-commits --conventional-graduate --no-changelog --allow-branch ${GITHUB_REF#refs/*/} --yes
- name: version change
id: version-change
Expand Down

0 comments on commit 6317fb1

Please sign in to comment.