File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
types :
5
5
- published
6
6
jobs :
7
- publish-npm :
7
+ publish-gh :
8
8
runs-on : ubuntu-latest
9
9
permissions :
10
10
contents : read
11
+ packages : write
11
12
steps :
12
13
- name : Checkout
13
14
uses : actions/checkout@v4
18
19
- name : Setup Node for GitHub Packages
19
20
uses : actions/setup-node@v4
20
21
with :
21
- node-version : ' 20.x'
22
- registry-url : ' https://npm.pkg.github.com'
22
+ node-version : " 20.x"
23
+ registry-url : " https://npm.pkg.github.com"
23
24
24
25
- name : Install Dependencies
25
26
run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
steps :
12
12
- name : Checkout
13
13
uses : actions/checkout@v4
14
-
14
+
15
15
- name : Setup Bun
16
16
uses : oven-sh/setup-bun@v1
17
17
18
18
- name : Setup Node
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' 20.x'
22
- registry-url : ' https://registry.npmjs.org'
21
+ node-version : " 20.x"
22
+ registry-url : " https://registry.npmjs.org"
23
23
24
24
- name : Install Dependencies
25
25
run : bun install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments