File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : auto-update
2- run-name : Update npm dependencies
2+ run-name : Update bun dependencies
33
44on :
55 schedule :
2222 with :
2323 bun-version : latest
2424
25- - name : Update npm dependencies
25+ - name : Update bun dependencies
2626 run : |
2727 bun bump
2828 bun update
4444 package*.json
4545 bun.lockb
4646
47- publish-npm :
47+ publish-bun :
4848 needs : update-deps
4949 runs-on : ubuntu-latest
5050 steps :
6161 with :
6262 name : build-artifacts
6363
64- - name : Prepare npm build
64+ - name : Prepare release package
6565 run : |
6666 echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > .npmrc
6767 sed -i 's!./src!./dist!g' ./package.json
Original file line number Diff line number Diff line change 1- name : npm -publish
2- run-name : NPM build, test and publish
1+ name : bun -publish
2+ run-name : Bun build, test and publish
33
44on :
55 workflow_dispatch :
5353 with :
5454 name : build-artifacts
5555
56- - name : Prepare npm build
56+ - name : Prepare release package
5757 run : |
5858 echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > .npmrc
5959 sed -i 's!./src!./dist!g' ./package.json
You can’t perform that action at this time.
0 commit comments