Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(workflow): fix problem with canary publish
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Apr 22, 2020
1 parent e34a9c1 commit 6dad418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Build packages
run: |
yarn
yarn --frozen-lockfile
yarn build --release
cd ./packages/cli && yarn build && cd ../../
- name: Publish canary version
Expand Down

0 comments on commit 6dad418

Please sign in to comment.