File tree Expand file tree Collapse file tree 2 files changed +21
-24
lines changed
Expand file tree Collapse file tree 2 files changed +21
-24
lines changed Original file line number Diff line number Diff line change 77 release :
88 types : [ published ]
99
10+ permissions :
11+ contents : read
12+ packages : write
13+
1014jobs :
1115 build :
1216 runs-on : ubuntu-latest
3741 - run : npx lerna publish from-package --yes
3842 env :
3943 NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
44+
45+ publish-npm :
46+ runs-on : ubuntu-latest
47+ permissions :
48+ contents : read
49+ steps :
50+ - uses : actions/checkout@v4
51+ - uses : actions/setup-node@v4
52+ with :
53+ node-version : 20
54+ registry-url : https://registry.npmjs.org/
55+ - run : npm clean-install
56+ - run : npx lerna run build
57+ - run : cp README.md packages/stencil-library
58+ - run : npx lerna publish from-package --yes
59+ env :
60+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments