Skip to content

Commit d9b6e52

Browse files
committed
Updated version string
1 parent c1defca commit d9b6e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }}
116116

117117
name: ${{ steps.gradle-properties.outputs.MOD_NAME }} ${{ steps.gradle-properties.outputs.MOD_VERSION }}
118-
version: ${{ matrix.mod_loader }}-mc${{ steps.gradle-properties.outputs.MINECRAFT_VERSION }}-${{ steps.gradle-properties.outputs.MOD_VERSION }}
118+
version: ${{ matrix.mod_loader }}-${{ steps.gradle-properties.outputs.MOD_VERSION }}+mc${{ steps.gradle-properties.outputs.MINECRAFT_VERSION }}
119119
loaders: ${{ join(matrix.supported_mod_loaders, ' ') }}
120120
game-versions: |
121121
${{ steps.gradle-properties.outputs.MINECRAFT_VERSION }}

0 commit comments

Comments
 (0)