diff --git a/.github/workflows/build_nupkg.yml b/.github/workflows/build_nupkg.yml index 02994cb7..23b274bf 100644 --- a/.github/workflows/build_nupkg.yml +++ b/.github/workflows/build_nupkg.yml @@ -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 diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 90a06c85..742a1577 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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