File tree Expand file tree Collapse file tree 3 files changed +368
-0
lines changed Expand file tree Collapse file tree 3 files changed +368
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : release
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ pull_request :
8
+ branches :
9
+ - main
10
+
11
+ permissions : {}
12
+
13
+ jobs :
14
+ pkg-pr-new :
15
+ runs-on : ubuntu-latest
16
+ steps :
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
+ - run : corepack enable
19
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
20
+ with :
21
+ node-version : lts/*
22
+ cache : " pnpm"
23
+
24
+ - name : 📦 install dependencies
25
+ run : pnpm install
26
+
27
+ - name : 🚧 prepare build environment
28
+ run : pnpm dev:prepare
29
+
30
+ - name : 🛠 build project
31
+ run : pnpm build
32
+
33
+ - name : 📦 publish nightly release
34
+ run : pnpm pkg-pr-new publish --compact
Original file line number Diff line number Diff line change 42
42
"@vitest/coverage-v8" : " ^3.2.4" ,
43
43
"changelogen" : " ^0.6.2" ,
44
44
"eslint" : " ^9.36.0" ,
45
+ "pkg-pr-new" : " ^0.0.60" ,
45
46
"std-env" : " ^3.9.0" ,
46
47
"typescript" : " ^5.9.2" ,
47
48
"unbuild" : " ^3.6.1" ,
You can’t perform that action at this time.
0 commit comments