Remove generation, just in case

This commit is contained in:
Matt Nadareski
2024-02-23 21:04:17 -05:00
parent 1ff48258b8
commit 6484ab5fe0
3 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ jobs:
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
generateReleaseNotes: True
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True

View File

@@ -54,7 +54,6 @@ jobs:
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
generateReleaseNotes: True
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True