Skip to content

Commit

Permalink
Cleaning up mod info details
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Sep 8, 2023
1 parent 023851a commit 611f44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
game_versions: "Minecraft 1.20:1.20.1,Java 17,Forge"
token: "${{ secrets.CurseForge }}"
project_id: "301631"
display_name: "${{ steps.get_version.outputs.VERSION }}"
display_name: "Random Loot 2 - ${{ steps.get_version.outputs.VERSION }}"
release_type: ${{ steps.release_type.outputs.RELEASE_TYPE }}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modLoader="javafml"
loaderVersion="[45,)"
license="All Rights Reserved"
license="GNU General Public License v3.0"
[[mods]]
modId="randomloot"
version="0.0.0"
Expand Down

0 comments on commit 611f44a

Please sign in to comment.