diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index e2d5bf1356..23cfd0c69c 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -132,8 +132,8 @@ jobs: tag_name: ${{ steps.tag_name.outputs.version }} files: "release_artifacts/**/*" fail_on_unmatched_files: true - draft: true - prerelease: true + draft: false + prerelease: false build_source: name: Build source tarball