We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb5786 commit 28b7c05Copy full SHA for 28b7c05
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: generated grpc code
26
run: just
27
- name: Semantic Release
28
- uses: cycjimmy/semantic-release-action@v3
+ uses: cycjimmy/semantic-release-action@v4
29
with:
30
extra_plugins: |
31
semantic-release-cargo
.releaserc.json
@@ -13,8 +13,7 @@
13
[
14
"semantic-release-cargo",
15
{
16
- "checkArgs": ["--all-features"],
17
- "publishArgs": ["--all-features"]
+ "allFeatures": true
18
}
19
],
20
0 commit comments