Skip to content

Commit

Permalink
chore: fix npm tag publishing for v6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Feb 21, 2023
1 parent dc14242 commit 4fbf0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,6 @@ jobs:
git fetch --prune --unshallow
- name: Publish all packages to npm
run: npx lerna publish premajor --loglevel=verbose --canary --exact --force-publish --yes --dist-tag rc-v${major}
run: npx lerna publish premajor --loglevel=verbose --canary --exact --force-publish --yes --dist-tag rc-v6
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4fbf0f0

Please sign in to comment.