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

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair committed Jan 31, 2020
1 parent 15ffd75 commit 44f208a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lerna-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: 12
- run: npm ci
- run: npx lerna bootstrap
- run: npx lerna publish from-package
- run: npx lerna publish from-package -y
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 44f208a

Please sign in to comment.