File tree Expand file tree Collapse file tree 3 files changed +413
-51
lines changed
Expand file tree Collapse file tree 3 files changed +413
-51
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Release
22
33on : [push]
44
5+ permissions :
6+ contents : write
7+ issues : write
8+ pull-requests : write
9+ id-token : write
10+
511jobs :
612 release :
713 runs-on : ubuntu-latest
@@ -17,13 +23,15 @@ jobs:
1723
1824 - name : Setup Node.js
1925 uses : actions/setup-node@v4
26+ with :
27+ node-version : 24
28+ registry-url : ' https://registry.npmjs.org'
2029
2130 - name : Install dependencies
2231 uses : bahmutov/npm-install@v1
2332
2433 - name : Create Release
2534 env :
2635 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
2836 run : |
2937 yarn release
Original file line number Diff line number Diff line change 5858 "prettier" : " ^3.6.2" ,
5959 "react" : " ^17.0.1" ,
6060 "react-dom" : " ^17.0.1" ,
61- "storybook" : " ^10.0.0 || ^10.0.0-0 || ^10.2.0-0 || ^10.3.0-0" ,
61+ "storybook" : " ^10.0.0 || ^10.0.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0 " ,
6262 "tsup" : " ^8.3.5" ,
6363 "typescript" : " ^5.9.3" ,
6464 "vite" : " ^7.2.2" ,
6565 "webpack" : " ^5.97.1"
6666 },
6767 "packageManager" : " yarn@4.5.3" ,
6868 "publishConfig" : {
69- "access" : " public"
69+ "access" : " public" ,
70+ "provenance" : true ,
71+ "registry" : " https://registry.npmjs.org/"
7072 },
7173 "storybook" : {
7274 "displayName" : " Addon coverage" ,
You can’t perform that action at this time.
0 commit comments