Skip to content

Commit af96389

Browse files
committed
Update to semantic-release action v4
1 parent 9acb265 commit af96389

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
fetch-depth: 0
2828
- name: Semantic release
2929
id: release
30-
uses: cycjimmy/semantic-release-action@v3
30+
uses: cycjimmy/semantic-release-action@v4
3131
with:
3232
dry_run: true
33-
semantic_version: '^19.0.0'
3433
release:
3534
name: Release version
3635
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)