From bb63c71cb46d2a6befb9d80bffa1a50a52917f51 Mon Sep 17 00:00:00 2001 From: Vincent Lee Date: Sun, 11 Jun 2023 12:09:41 -0700 Subject: [PATCH] Mark stuff as release/prod again I set them to alpha for testing --- scripts/upload_releases.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/upload_releases.sh b/scripts/upload_releases.sh index fadc613..1dd0663 100755 --- a/scripts/upload_releases.sh +++ b/scripts/upload_releases.sh @@ -16,7 +16,6 @@ function release_github() { -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ /repos/VazkiiMods/Neat/releases \ - -F prerelease=true \ -f tag_name="${TAGNAME}")" GH_RELEASE_PAGE=$(echo "$GH_RELEASE_RESPONSE" | jq -r .html_url) @@ -39,7 +38,7 @@ function release_modrinth() { "dependency_type": "required" } ], - "version_type": "alpha", + "version_type": "release", "loaders": ["fabric"], "featured": false, "project_id": "Ins7SzzR", @@ -66,7 +65,7 @@ EOF MODRINTH_FORGE_SPEC=$(cat <