File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ko_fi : jaywcjlove
2- buy_me_a_coffee : jaywcjlove
3- custom : ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
1+ github : [jaywcjlove]
2+ # ko_fi: jaywcjlove
3+ # buy_me_a_coffee: jaywcjlove
4+ # custom: ["https://wangchujiang.com/#/sponsor"]
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 contents : write
1111 id-token : write
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-node@v4
13+ - uses : actions/checkout@v6
14+ - uses : actions/setup-node@v6
1515 with :
16- node-version : 20
16+ node-version : 24
1717 registry-url : ' https://registry.npmjs.org'
1818
1919 - run : npm install
8383
8484 ${{ steps.changelog.outputs.changelog }}
8585
86- - run : npm publish --access public --provenance
86+ # node@v24.0.0+
87+ # https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9
88+ - run : NODE_AUTH_TOKEN="" npm publish --access public --provenance
8789 continue-on-error : true
88- env :
89- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments