File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
"commit" : false ,
5
5
"fixed" : [],
6
6
"linked" : [],
7
- "access" : " restricted " ,
7
+ "access" : " public " ,
8
8
"baseBranch" : " main" ,
9
9
"updateInternalDependencies" : " patch" ,
10
10
"ignore" : []
Original file line number Diff line number Diff line change @@ -19,16 +19,20 @@ jobs:
19
19
- name : Setup pnpm
20
20
uses : pnpm/action-setup@v4
21
21
with :
22
- version : 10
23
-
22
+ version : 10.12.4
24
23
- name : Setup Node
25
24
uses : actions/setup-node@v4
26
25
with :
27
26
node-version : 20
27
+ cache : ' pnpm'
28
+ registry-url : ' https://registry.npmjs.org'
28
29
29
30
- name : Install deps
30
31
run : pnpm install --frozen-lockfile
31
32
33
+ - name : Build
34
+ run : pnpm build
35
+
32
36
- name : Create Release PR or Publish
33
37
uses : changesets/action@v1
34
38
with :
37
41
env :
38
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
43
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
40
-
41
-
44
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments