File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,19 @@ jobs:
18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
21
+ - name : Checkout
22
+ uses : actions/checkout@v4
23
+ - name : Semantic Release
24
+ uses : cycjimmy/semantic-release-action@v4
23
25
with :
24
- cache : npm
25
- node-version : lts/*
26
- - run : npm install -g semantic-release @semantic-release/github @semantic-release/changelog conventional-changelog-conventionalcommits @semantic-release/commit-analyzer @semantic-release/git
27
- - run : npx semantic-release
26
+ tag_format : ${version}
27
+ branches : |
28
+ ['main', 'next']
29
+ extra_plugins : |
30
+ @semantic-release/commit-analyzer
31
+ @semantic-release/release-notes-generator
32
+ @semantic-release/github
33
+ @semantic-release/changelog
34
+ @semantic-release/git
28
35
env :
29
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments