Skip to content

Commit

Permalink
ci(workflow): fix wrong grade properties reference in gh_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius authored Jan 19, 2024
1 parent 8dc3fc2 commit 3ec6c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: christian-draeger/[email protected]
with:
path: './gradle.properties'
properties: 'mc_version'
properties: 'minecraft_version'

- name: Generate Conventional Changelog #this also determines the release version
id: changelog
Expand All @@ -72,7 +72,7 @@ jobs:
version-file: './mod_version.json'
version-path: 'semantic'
git-message: 'chore(release): {version}'
tag-prefix: '${{ steps.gradle_properties.outputs.mc_version }}-v2.'
tag-prefix: '${{ steps.gradle_properties.outputs.minecraft_version }}-v2.'
create-summary: true

- name: Set Output #supports setting multiline output
Expand Down

0 comments on commit 3ec6c3b

Please sign in to comment.