File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- ' v*'
7
7
8
+ permissions :
9
+ contents : write
10
+
8
11
jobs :
9
12
release :
10
13
name : 🐙 Generate new release
13
16
14
17
steps :
15
18
- name : ⬇️ Checkout project
16
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
17
20
18
21
- name : 📋 Build Changelog
19
22
run : npx extract-changelog-release > RELEASE_BODY.md
31
34
32
35
steps :
33
36
- name : ⬇️ Checkout project
34
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
35
38
36
39
- name : 🏷️ Get the version
37
40
id : get_version
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : ⬇️ Checkout project
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : 🟢 Setup NodeJS ${{ matrix.node-version }}
22
22
uses : actions/setup-node@v2
49
49
50
50
steps :
51
51
- name : ⬇️ Checkout project
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
54
54
- name : 🟢 Setup NodeJS ${{ matrix.node-version }}
55
55
uses : actions/setup-node@v2
73
73
74
74
steps :
75
75
- name : ⬇️ Checkout project
76
- uses : actions/checkout@v2
76
+ uses : actions/checkout@v3
77
77
78
78
- name : 🟢 Setup NodeJS ${{ matrix.node-version }}
79
79
uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments