Skip to content

Commit

Permalink
chore: upgrade semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler authored Sep 26, 2024
1 parent 2fb5786 commit 28b7c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: generated grpc code
run: just
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
semantic-release-cargo
Expand Down
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
[
"semantic-release-cargo",
{
"checkArgs": ["--all-features"],
"publishArgs": ["--all-features"]
"allFeatures": true
}
],
[
Expand Down

0 comments on commit 28b7c05

Please sign in to comment.