Skip to content

Commit b8778dd

Browse files
committed
Change: rename npm to bun pipelines
1 parent 3544b2d commit b8778dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/auto-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: auto-update
2-
run-name: Update npm dependencies
2+
run-name: Update bun dependencies
33

44
on:
55
schedule:
@@ -22,7 +22,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
4444
package*.json
4545
bun.lockb
4646
47-
publish-npm:
47+
publish-bun:
4848
needs: update-deps
4949
runs-on: ubuntu-latest
5050
steps:
@@ -61,7 +61,7 @@ jobs:
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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
on:
55
workflow_dispatch:
@@ -53,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)