Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed Apr 19, 2021
1 parent 26dcdce commit 065198f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
npm run lerna bootstrap
npm run lint
npm test
npm run lerna publish from-package
npm run lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
],
"registry": "https://registry.npmjs.org/",
"npmClient": "npm",
"publishConfig": {
"access": "public"
},
"version": "0.0.0"
}

0 comments on commit 065198f

Please sign in to comment.