File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ permissions:
2222 contents : read
2323jobs :
2424 publish-npm :
25+ env :
26+ NPM_CONFIG_PROVENANCE : true
27+ permissions :
28+ id-token : write
2529 runs-on : ubuntu-24.04
2630 steps :
2731 - name : Resolve publish metadata
5660 - run : npm ci --audit false --fund false
5761 - run : npm run build
5862 - name : Publish package
59- env :
60- NODE_AUTH_TOKEN : ${{ secrets.npm_token }}
6163 shell : bash
6264 run : |
6365 if [[ -n "${{ steps.publish.outputs.npm_tag }}" ]]; then
Original file line number Diff line number Diff line change 22
33## [ next]
44
5+ - ci(): Fix for publishing action [ #10962 ] ( https://github.com/fabricjs/fabric.js/pull/10962 )
6+
57## [ 7.3.1]
68
79- ci(): fix the package version [ #10961 ] ( https://github.com/fabricjs/fabric.js/pull/10961 )
Original file line number Diff line number Diff line change 3333 ],
3434 "repository" : {
3535 "type" : " git" ,
36- "url" : " https://github.com/fabricjs/fabric.js"
36+ "url" : " git+ https://github.com/fabricjs/fabric.js.git "
3737 },
3838 "bugs" : {
3939 "url" : " https://github.com/fabricjs/fabric.js/issues"
You can’t perform that action at this time.
0 commit comments