From a89461c3210b8c81ca0ff5fb01036bd8963c3b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Thu, 4 Dec 2025 10:07:53 -0400 Subject: [PATCH] ci: delete prerelease configuration on release workflow --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b759b1..58dba11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,6 @@ jobs: gh release create "v${VERSION}" \ --title ${VERSION} \ --target "${{ github.sha }}" \ - --prerelease \ --notes-file release-body \ dist/*