Skip to content

Commit

Permalink
Fix Modrinth version name
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Sep 5, 2022
1 parent 1fafe00 commit da213f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
token: ${{ secrets.MODRINTH_TOKEN }}
file_path: build/libs/${{ steps.findjar.outputs.jarname }}
name: "[${{ steps.getbranchinfo.outputs.display-version }}] EnchantedShulkers v${{ needs.get-properties.outputs.mod-version }}"
version: ${{ needs.get-properties.outputs.mod-version }}+${{ steps.getbranchinfo.outputs.display-version }}
version: ${{ needs.get-properties.outputs.mod-version }}+${{ steps.getbranchinfo.outputs.modrinth-mc-version }}
changelog: "${{ github.event.release.body }}"
# fabric-api:required, cloth-config:optional, modmenu:optional
relations: P7dR8mSH:required,9s6osm5g:optional,mOgUt4GM:optional
Expand Down

0 comments on commit da213f5

Please sign in to comment.