diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 58d4790c..f84674c6 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -33,6 +33,7 @@ jobs: allowUpdates: True artifacts: "*.nupkg,*.snupkg,*.zip" body: 'Last built commit: ${{ github.sha }}' + commit: "main" name: 'Rolling Release' prerelease: True replacesArtifacts: True