Commit 6e3054b 1 parent 15ef062 commit 6e3054b Copy full SHA for 6e3054b
File tree 3 files changed +14
-8
lines changed
3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Release
1
+ name : Publish
2
2
3
3
on :
4
4
workflow_dispatch :
@@ -11,16 +11,21 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
environment : prod
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - name : Checkout Repo
15
+ uses : actions/checkout@v4
15
16
16
- - uses : pnpm/action-setup@v4
17
+ - name : Setup pnpm
18
+ uses : pnpm/action-setup@v4
19
+ with :
20
+ version : 9
17
21
18
- - uses : actions/setup-node@v4
22
+ - name : Setup Node.js 20
23
+ uses : actions/setup-node@v4
19
24
with :
20
25
node-version : 20
21
26
cache : " pnpm"
22
27
23
- - name : Install dependencies
28
+ - name : Install Dependencies
24
29
run : pnpm install
25
30
26
31
- name : Zip extensions
Original file line number Diff line number Diff line change 1
- name : Version
1
+ name : Release
2
2
3
3
on :
4
4
push :
42
42
with :
43
43
commit : " chore(release): 📦 version packages"
44
44
title : " chore(release): 📦 version packages"
45
- publish : pnpm changeset publish
45
+ publish : pnpm run release
46
46
env :
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11
11
"zip" : " wxt zip" ,
12
12
"zip:firefox" : " wxt zip -b firefox" ,
13
13
"check" : " svelte-check --tsconfig ./tsconfig.json" ,
14
- "postinstall" : " wxt prepare"
14
+ "postinstall" : " wxt prepare" ,
15
+ "release" : " changeset version && changeset tag"
15
16
},
16
17
"devDependencies" : {
17
18
"@changesets/cli" : " ^2.27.7" ,
You can’t perform that action at this time.
0 commit comments