Skip to content

Commit 84c7086

Browse files
bpetetotfrinyvonnick
authored andcommitted
👷 Add exact option to canary version (#147)
1 parent 4f04f45 commit 84c7086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/canary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: yarn install --frozen-lockfile
2626
- name: Publish Canary version
27-
run: npx lerna publish --canary --yes
27+
run: npx lerna publish --canary --yes --exact
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)