Skip to content

Commit

Permalink
Mark stuff as release/prod again
Browse files Browse the repository at this point in the history
I set them to alpha for testing
  • Loading branch information
williewillus committed Jun 11, 2023
1 parent 19508f5 commit bb63c71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/upload_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -39,7 +38,7 @@ function release_modrinth() {
"dependency_type": "required"
}
],
"version_type": "alpha",
"version_type": "release",
"loaders": ["fabric"],
"featured": false,
"project_id": "Ins7SzzR",
Expand All @@ -66,7 +65,7 @@ EOF
MODRINTH_FORGE_SPEC=$(cat <<EOF
{
"dependencies": [],
"version_type": "alpha",
"version_type": "release",
"loaders": ["forge"],
"featured": false,
"project_id": "Ins7SzzR",
Expand Down

0 comments on commit bb63c71

Please sign in to comment.