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 @@ -11,10 +11,10 @@ jobs:
1111 contents : write
1212 id-token : write
1313 steps :
14- - uses : actions/checkout@v4
15- - uses : actions/setup-node@v4
14+ - uses : actions/checkout@v6
15+ - uses : actions/setup-node@v6
1616 with :
17- node-version : 20
17+ node-version : 24
1818 registry-url : ' https://registry.npmjs.org'
1919
2020 - name : Generate Contributors Images
3333 <!---->
3434 ${{steps.contributors.outputs.htmlList}}
3535
36- - run : npm publish --access public --provenance
36+ - run : NODE_AUTH_TOKEN="" npm publish --access public --provenance
3737 name : 📦 open-browsers to NPM
3838 continue-on-error : true
39- env :
40- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4139
4240 - name : Create Tag
4341 id : create_tag
You can’t perform that action at this time.
0 commit comments