File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ id-token : write
13+ contents : read
1114 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-node@v3
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-node@v4
1417 with :
1518 node-version : ' lts/*'
1619 cache : ' npm'
1720 registry-url : ' https://registry.npmjs.org'
1821 - run : npm ci
1922 - run : npm run build
2023 working-directory : ./packages/jsondiffpatch
21- - run : npm publish
24+ - run : npm publish --provenance --access public
2225 working-directory : ./packages/diff-mcp
23- env :
24- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ id-token : write
13+ contents : read
1114 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-node@v3
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-node@v4
1417 with :
1518 node-version : ' lts/*'
1619 cache : ' npm'
1720 registry-url : ' https://registry.npmjs.org'
1821 - run : npm ci
19- - run : npm publish
22+ - run : npm publish --provenance --access public
2023 working-directory : ./packages/jsondiffpatch
21- env :
22- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments