File tree Expand file tree Collapse file tree 1 file changed +18
-27
lines changed Expand file tree Collapse file tree 1 file changed +18
-27
lines changed Original file line number Diff line number Diff line change 1
1
name : Versioning
2
2
3
3
on :
4
- push :
5
- branches :
6
- - main
4
+ push :
5
+ branches :
6
+ - main
7
7
8
8
permissions :
9
- contents : write
10
- issues : write
11
- pull-requests : write
9
+ contents : write
10
+ issues : write
11
+ pull-requests : write
12
12
13
13
jobs :
14
- versioning :
15
- name : Versioning
16
- runs-on : ubuntu-latest
17
- steps :
18
- - name : Checkout
19
- uses : actions/checkout@v4
20
- with :
21
- fetch-depth : 0
14
+ versioning :
15
+ name : Versioning
16
+ runs-on : ubuntu-latest
17
+ steps :
18
+ - name : Checkout
19
+ uses : actions/checkout@v4
20
+ with :
21
+ fetch-depth : 0
22
22
23
- - name : Setup Node.js
24
- uses : actions/setup-node@v4
25
- with :
26
- node-version : ' lts/*'
27
- cache : ' npm'
28
-
29
- - name : Install dependencies
30
- run : npm ci
31
-
32
- - name : Release
33
- env :
34
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- run : npx semantic-release
23
+ - name : Release
24
+ uses : cycjimmy/semantic-release-action@v4
25
+ env :
26
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments