Skip to content

Commit f6efe50

Browse files
committed
ci: Fix supported Minecraft version in the CI/CD publish workflow
(cherry picked from commit 8d5fc53)
1 parent 7cf64ec commit f6efe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: supported_minecraft_version
2525
with:
2626
file: gradle.properties
27-
property: supported_minecraft_version
27+
property: supported_minecraft_version_name
2828
default: 0.0.1
2929

3030
- run: echo version string ${{ steps.mod_version.outputs.value }}+mc${{ steps.supported_minecraft_version.outputs.value }}

0 commit comments

Comments
 (0)