Skip to content

Commit

Permalink
chore(ci): fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Dec 13, 2024
1 parent a85c356 commit d4ff82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: codfish/semantic-release-action@b621d34fabe0940f031e89b6ebfea28322892a10
with:
branches: main
additional_packages: |
additional-packages: |
[
'@semantic-release/github',
'@semantic-release/git',
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "Cargo.toml"]
"assets": ["CHANGELOG.md"]
}
],
[
Expand Down

0 comments on commit d4ff82e

Please sign in to comment.