Commit c3baad6 1 parent 1461646 commit c3baad6 Copy full SHA for c3baad6
File tree 2 files changed +19
-8
lines changed
2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release :
10
+ name : 🚀 release
11
+ runs-on : ubuntu-latest
12
+ permissions :
13
+ contents : write
14
+ steps :
15
+ - name : 📚 checkout
16
+ uses : actions/checkout@v4
17
+ with :
18
+ fetch-depth : 0
19
+
20
+ - name : Create release
21
+ uses : ncipollo/release-action@v1
22
+ with :
23
+ generateReleaseNotes : true
24
+
25
+ publish :
10
26
name : 🚀 release
11
27
runs-on : ubuntu-latest
12
28
strategy :
@@ -30,19 +46,14 @@ jobs:
30
46
with :
31
47
node-version : ${{ matrix.node-version }}
32
48
registry-url : https://registry.npmjs.org
33
- cache : ' pmpm '
49
+ cache : ' pnpm '
34
50
35
51
- name : Install dependencies
36
- run : pmpm install
52
+ run : pnpm install
37
53
38
54
- name : Build
39
55
run : pnpm run build
40
56
41
- - name : Create release
42
- uses : ncipollo/release-action@v1
43
- with :
44
- generateReleaseNotes : true
45
-
46
57
- name : 🚀 Publish to NPM
47
58
run : npm publish --access public
48
59
env :
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.4 " ,
2
+ "version" : " 1.0.5 " ,
3
3
"type" : " commonjs" ,
4
4
"exports" : {
5
5
"./strapi-server" : {
You can’t perform that action at this time.
0 commit comments