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 0b2db60 commit 96bd473
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 @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
with:
extra_plugins: |
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 @@ -119,7 +119,7 @@
[
"@semantic-release/github",
{
"addReleases": true
"publish": true
}
]
]
Expand Down

0 comments on commit 96bd473

Please sign in to comment.