File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: publish
22on :
33 release :
44 types : [created]
5+ permissions :
6+ id-token : write # Required for OIDC
7+ contents : read
58jobs :
69 publish :
710 runs-on : ubuntu-latest
1114 - name : Setup node
1215 uses : actions/setup-node@v4
1316 with :
14- node-version : ' 20 .x'
17+ node-version : ' 24 .x'
1518 cache : ' npm'
1619 registry-url : ' https://registry.npmjs.org'
1720 - name : Enable Corepack
2023 run : yarn install
2124 - name : Build dist files
2225 run : yarn run build
23- - name : Publish package
24- uses : JS-DevTools/npm-publish@v3
25- with :
26- token : ${{ secrets.NPM_TOKEN }}
27- access : ' public'
26+ - name : Publish
27+ run : yarn npm publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @deltablot/dropzone" ,
3- "version" : " 7.3.1 " ,
3+ "version" : " 7.4.0 " ,
44 "description" : " Handles drag and drop of files for you." ,
55 "keywords" : [
66 " dragndrop" ,
You can’t perform that action at this time.
0 commit comments