Skip to content

Commit

Permalink
Fix output misdefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Aug 28, 2024
1 parent 70064e6 commit f7054f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
value: ${{ jobs.compute-version.outputs.minecraft_version }}
mod_version:
description: "The mod version"
value: ${{ jobs.compute-version.outputs.version }}
value: ${{ jobs.compute-version.outputs.mod_version }}
suffix:
description: "The input suffix"
value: ${{ inputs.suffix }}
Expand Down

0 comments on commit f7054f6

Please sign in to comment.