Skip to content

Commit 67beb8e

Browse files
committed
ci(workflows): update cycjimmy/semantic-release-action from v2 to v3
1 parent a09145b commit 67beb8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Semantic Release
24-
uses: cycjimmy/semantic-release-action@v2
24+
uses: cycjimmy/semantic-release-action@v3
25+
with:
26+
semantic_version: 15.13.28
2527
env:
2628
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.releaserc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"branches": ["master"]
3+
}

0 commit comments

Comments
 (0)