File tree 3 files changed +634
-618
lines changed
3 files changed +634
-618
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
- pull_request :
7
- branches :
8
- - main
9
6
jobs :
10
7
release :
11
8
name : Release
@@ -15,20 +12,25 @@ jobs:
15
12
uses : actions/checkout@v3
16
13
with :
17
14
fetch-depth : 0
15
+
18
16
- name : Setup Node.js
19
17
uses : actions/setup-node@v3
20
18
with :
21
19
node-version : 18
20
+
22
21
- name : Install pnpm
23
22
uses : pnpm/action-setup@v2
24
23
with :
25
- version : 6
24
+ version : 8
26
25
run_install : false
26
+
27
27
- name : Install dependencies
28
28
run : pnpm install
29
+
29
30
- name : Build
30
31
run : pnpm build
32
+
31
33
- name : Release
32
34
env :
33
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
- run : npx semantic-release
36
+ run : npx semantic-release
Original file line number Diff line number Diff line change 28
28
"@vitejs/plugin-react" : " ^4.0.3" ,
29
29
"autoprefixer" : " ^10.4.2" ,
30
30
"postcss" : " ^8.4.27" ,
31
+ "semantic-release" : " ^21.1.2" ,
31
32
"tailwindcss" : " ^3.3.3" ,
32
33
"typescript" : " ^5.1.6" ,
33
34
"vite" : " ^4.4.7" ,
You can’t perform that action at this time.
0 commit comments