diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47ac3c3..6865591 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -302,6 +302,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} body: "Version ${{ env.the_version }}" makeLatest: "${{ github.ref == 'refs/heads/main' }}" + prerelease: "${{ github.ref != 'refs/heads/main' }}" ######################################################################### # Build and Publish Docker Container