From ae1417a343313ac206accf1c7f49d93eb85c80fd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 27 Feb 2024 17:17:04 -0500 Subject: [PATCH] Remove unnecessary commit setting --- .github/workflows/build_nupkg.yml | 1 - .github/workflows/build_test.yml | 1 - 2 files changed, 2 deletions(-) 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