File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 33 release :
44 types : [published]
55 workflow_dispatch :
6-
6+
7+ permissions :
8+ contents : read
9+ id-token : write
10+
711jobs :
8- build :
12+ publish :
913 runs-on : ubuntu-latest
10- permissions :
11- contents : read
12- id-token : write
1314 steps :
1415 - uses : actions/checkout@v4
15- # Setup .npmrc file to publish to npm
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : ' 22.x'
1919 registry-url : ' https://registry.npmjs.org'
20- # Install dependencies without modifying package-lock.json file
20+ # Install dependencies without modifying package-lock.json file
2121 - run : npm install --no-save
2222 - run : npm run build
2323 - run : lerna publish from-package --yes
24- env :
25- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
26- NPM_CONFIG_PROVENANCE : true
You can’t perform that action at this time.
0 commit comments