File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed
Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : pnpm/action-setup@v4
1818 with :
1919 run_install : false
3737 fail-fast : false
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - uses : pnpm/action-setup@v4
4242 with :
4343 run_install : false
Original file line number Diff line number Diff line change 1313 release :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - uses : pnpm/action-setup@v4
2323 registry-url : https://registry.npmjs.org/
2424
2525 - run : pnpm dlx changelogithub
26+ continue-on-error : true
2627 env :
2728 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
2829
29- # # Uncomment the following lines to publish to npm on CI
30- #
31- # - run: pnpm install
32- # - run: pnpm publish -r --access public
33- # env:
34- # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35- # NPM_CONFIG_PROVENANCE: true
30+ - run : pnpm install
31+ - run : npm i -g npm@latest && pnpm publish -r --access public --no-git-checks
Original file line number Diff line number Diff line change 6666 "build" : " unbuild" ,
6767 "dev" : " unbuild --stub" ,
6868 "lint" : " eslint ." ,
69- "prepublishOnly" : " nr build" ,
70- "release" : " bumpp && pnpm publish " ,
69+ "prepublishOnly" : " pnpm run build" ,
70+ "release" : " bumpp" ,
7171 "start" : " tsx src/index.ts" ,
7272 "benchmark" : " node scripts/benchmark.js" ,
7373 "test" : " vitest" ,
You can’t perform that action at this time.
0 commit comments