Skip to content

Commit

Permalink
Remove unnecessary commit setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Feb 27, 2024
1 parent 871a3e6 commit ae1417a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_nupkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae1417a

Please sign in to comment.