Skip to content

Commit

Permalink
disable changelog generator on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pujol committed Nov 21, 2022
1 parent ba94526 commit 7bc6226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v3

- name: Generate Changelog
if: ${{ false }}
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7bc6226

Please sign in to comment.