We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23c0542 + 3b66659 commit cb11385Copy full SHA for cb11385
.github/workflows/github-npm-publish.yml
@@ -31,6 +31,7 @@ jobs:
31
registry-url: https://npm.pkg.github.com/
32
- run: npm ci
33
- run: npx lerna run build
34
+ - run: cp README.md packages/stencil-library
35
- run: npx lerna publish from-package --yes
36
env:
37
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
.github/workflows/real-npm-publish.yml
@@ -15,6 +15,7 @@ jobs:
15
registry-url: https://registry.npmjs.org/
16
- run: npm clean-install
17
18
19
20
21
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments