-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(workflow): fix wrong grade properties reference in gh_release.yml
- Loading branch information
1 parent
8dc3fc2
commit 3ec6c3b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|