Skip to content

Commit

Permalink
Added forge/fabric identifiers to modrinth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucraft committed Jan 20, 2024
1 parent b14adef commit a946f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: Kir-Antipov/[email protected]
with:
name: Palladium ${{ env.mod_version }} for Forge/NeoForge ${{ env.minecraft_version }}
version: ${{ env.mod_version }}+${{ env.minecraft_version }}
version: ${{ env.mod_version }}+${{ env.minecraft_version }}-forge
modrinth-id: lt2zd42r
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 963363
Expand All @@ -63,7 +63,7 @@ jobs:
uses: Kir-Antipov/[email protected]
with:
name: Palladium ${{ env.mod_version }} for Fabric/Quilt ${{ env.minecraft_version }}
version: ${{ env.mod_version }}+${{ env.minecraft_version }}
version: ${{ env.mod_version }}+${{ env.minecraft_version }}-fabric
modrinth-id: lt2zd42r
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 963363
Expand Down

0 comments on commit a946f21

Please sign in to comment.