Skip to content

Commit

Permalink
ci: don't generate changelog for github release
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Apehum committed Apr 29, 2024
1 parent ec8d67a commit 42012ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
uses: Apehum/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-generate-changelog: true
github-generate-changelog: false
changelog-file: changelog.md
github-prerelease: true
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ jobs:
uses: Apehum/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-generate-changelog: false
changelog-file: changelog.md

0 comments on commit 42012ed

Please sign in to comment.