From c03ad38ce34a013936e4f20c2e72d617949ac472 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sun, 18 May 2025 18:47:06 +0200 Subject: [PATCH] Dont release as pre-release --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a57890..f12defd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,6 +76,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create the new release - run: gh release create latest downloads/**/ShatterStack-*.zip --title "Latest Build" --notes "Most recent multi-platform builds of ShatterStack" --prerelease + run: gh release create latest downloads/**/ShatterStack-*.zip --title "Latest Build" --notes "Most recent multi-platform builds of ShatterStack" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}