File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
24
- - name : Setup Pnpm 📦
25
- uses : pnpm/action-setup@v2
24
+ - name : Setup pnpm 📦
25
+ uses : pnpm/action-setup@v3
26
+ with :
27
+ version : 8
26
28
27
29
- name : Setup Node.js 🟩
28
30
uses : actions/setup-node@v4
33
35
- name : Install Dependencies 📦
34
36
run : pnpm install
35
37
36
- - name : Create Git Release 🏷
37
- run : pnpx changelogithub
38
- env :
39
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
40
-
41
38
- name : Build 🏗
42
39
run : pnpm build
43
40
48
45
run : |
49
46
npm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
50
47
pnpm publish --access public --no-git-checks
48
+
49
+ - name : Create Git Release 🏷
50
+ run : pnpx changelogithub
51
+ env :
52
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 51
51
52
52
"url" : " https://blankparticle.in"
53
53
},
54
- "packageManager" :
" [email protected] " ,
55
54
"license" : " MIT"
56
55
}
You can’t perform that action at this time.
0 commit comments