File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
16- node-version : 16
16+ node-version : 18
1717
1818 - name : Look Changelog
1919 uses : jaywcjlove/changelog-generator@main
@@ -29,11 +29,14 @@ jobs:
2929
3030 build :
3131 runs-on : ubuntu-latest
32+ permissions :
33+ contents : write
34+ id-token : write
3235 steps :
3336 - uses : actions/checkout@v3
3437 - uses : actions/setup-node@v3
3538 with :
36- node-version : 16
39+ node-version : 18
3740 registry-url : ' https://registry.npmjs.org'
3841
3942 - run : npm install --unsafe-perm
9699
97100 ${{ steps.changelog.outputs.changelog }}
98101
99- - run : npm publish --access public
102+ - run : npm publish --access public --provenance
100103 name : 📦 @uiw/react-iframe to NPM
101104 working-directory : core
102105 continue-on-error : true
You can’t perform that action at this time.
0 commit comments