Skip to content

Commit

Permalink
ci: Fix supported Minecraft version in the CI/CD publish workflow
Browse files Browse the repository at this point in the history
(cherry picked from commit 8d5fc53)
  • Loading branch information
Steveplays28 committed Dec 1, 2023
1 parent 638687a commit a7544be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: supported_minecraft_version
with:
file: gradle.properties
property: supported_minecraft_version
property: supported_minecraft_version_name
default: 0.0.1

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

0 comments on commit a7544be

Please sign in to comment.