File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Release
1
+ name : CI
2
2
3
3
on :
4
4
push :
7
7
8
8
jobs :
9
9
release :
10
- name : Release
10
+ name : release
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
18
- - name : Set Node.js
19
- uses : actions/setup-node@v4
20
- with :
21
- registry-url : ' https://registry.npmjs.org'
22
-
23
18
- name : Install Bun
24
19
uses : oven-sh/setup-bun@v2
25
20
38
33
run : bun run build
39
34
40
35
- name : Publish to npm
41
- run : npm publish --access public --no-git-checks
36
+ run : bun publish --access public
42
37
env :
43
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
38
+ BUN_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
44
39
45
40
- name : Create GitHub release
46
41
run : npx changelogithub
Original file line number Diff line number Diff line change
1
+ [install ]
2
+ registry = { url = " https://registry.npmjs.org/" , token = " $BUN_AUTH_TOKEN" }
You can’t perform that action at this time.
0 commit comments