mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
fix: don't generate release notes on dev builds
they tag people and don't even work correctly because of tags being broken
This commit is contained in:
parent
6da51782ad
commit
7f3d9a1bc5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
bodyFile: .github/release.md
|
||||
generateReleaseNotes: true
|
||||
generateReleaseNotes: false
|
||||
name: Dev Build ${{ steps.vars.outputs.sha_short }}
|
||||
prerelease: true
|
||||
tag: devbuild
|
||||
|
|
Loading…
Reference in a new issue