Skip to content

Commit

Permalink
ci(release): fix generating releases via ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 31, 2023
1 parent cf48a06 commit 7501d7d
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 @@ -26,7 +26,7 @@ jobs:
with:
extra_plugins: |
@semantic-release/exec
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@6.1.0
- name: Commit changes
uses: EndBug/add-and-commit@v9
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
[
"@semantic-release/github",
{
"addReleases": true
"publish": true
}
]
]
Expand Down

0 comments on commit 7501d7d

Please sign in to comment.