Remove unnecessary commit setting

This commit is contained in:
Matt Nadareski
2024-02-27 17:17:04 -05:00
parent 871a3e6366
commit ae1417a343
2 changed files with 0 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ jobs:
allowUpdates: True
artifacts: 'BinaryObjectScanner/bin/Release/*.nupkg'
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True

View File

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