Skip to content

Commit 28b7c05

Browse files
authored
chore: upgrade semantic release
1 parent 2fb5786 commit 28b7c05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: generated grpc code
2626
run: just
2727
- name: Semantic Release
28-
uses: cycjimmy/semantic-release-action@v3
28+
uses: cycjimmy/semantic-release-action@v4
2929
with:
3030
extra_plugins: |
3131
semantic-release-cargo

.releaserc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
[
1414
"semantic-release-cargo",
1515
{
16-
"checkArgs": ["--all-features"],
17-
"publishArgs": ["--all-features"]
16+
"allFeatures": true
1817
}
1918
],
2019
[

0 commit comments

Comments
 (0)