diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c91e852f..84ee8f5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,7 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: + prerelease: true files: | **/*.zip \ No newline at end of file