Skip to content

Commit

Permalink
*sigh*
Browse files Browse the repository at this point in the history
Signed-off-by: IThundxr <[email protected]>
  • Loading branch information
IThundxr committed Mar 13, 2024
1 parent 99999b1 commit 50e052b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pack_version=$(grabField "version")
echo >&2 'Uploading Pack to Modrinth'
MODRINTH_DATA=$(cat <<EOF
{
"name": "$pack_name $pack_version"
"version_number": "$pack_version"
"name": "$pack_name $pack_version",
"version_number": "$pack_version",
"version_type": "release",
"loaders": ["fabric"],
"featured": true,
Expand Down

0 comments on commit 50e052b

Please sign in to comment.