diff --git a/.github/workflows/release-rust.yaml b/.github/workflows/release-rust.yaml index 85b099d..b4801ed 100644 --- a/.github/workflows/release-rust.yaml +++ b/.github/workflows/release-rust.yaml @@ -33,5 +33,5 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: true + prerelease: false files: rozy/target/${{ matrix.target }}/release/${{ matrix.asset }}