File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ concurrency:
19
19
group : ${{ github.workflow }}-${{ github.ref }}
20
20
cancel-in-progress : true
21
21
22
-
23
22
env :
24
23
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
25
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
39
- uses : actions/checkout@v4
41
40
with :
42
41
fetch-depth : 30
43
- persist-credentials : false
44
42
45
43
- uses : FranzDiebold/github-env-vars-action@v2
46
44
59
57
- name : Release
60
58
if : github.ref == 'refs/heads/develop'
61
59
run : |
62
- node release.mjs
60
+ npm i -g semantic-release @semantic-release/git @semantic-release/github conventional-changelog-conventionalcommits
61
+ npx semantic-release --no-ci --debug
Original file line number Diff line number Diff line change 33
33
- uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 30
36
- persist-credentials : false
37
36
38
37
- uses : FranzDiebold/github-env-vars-action@v2
39
38
51
50
52
51
- name : Release
53
52
run : |
54
- node release.mjs
53
+ npm i -g semantic-release @semantic-release/git @semantic-release/github conventional-changelog-conventionalcommits
54
+ npx semantic-release --no-ci --debug
You can’t perform that action at this time.
0 commit comments