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 4f04f45 commit 84c7086Copy full SHA for 84c7086
.github/workflows/canary-release.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Install dependencies
25
run: yarn install --frozen-lockfile
26
- name: Publish Canary version
27
- run: npx lerna publish --canary --yes
+ run: npx lerna publish --canary --yes --exact
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
0 commit comments