Skip to content

Commit

Permalink
👷 Add exact option to canary version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot authored and frinyvonnick committed Nov 19, 2019
1 parent 4f04f45 commit 84c7086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Publish Canary version
run: npx lerna publish --canary --yes
run: npx lerna publish --canary --yes --exact
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 84c7086

Please sign in to comment.