Skip to content

Commit

Permalink
ci(release): edit name and version formats
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Aug 23, 2023
1 parent 04dc7a9 commit 95da4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ jobs:
files: ${{ steps.file_info.outputs.path }}

name:
${{ format('{0} v{1} for mc{2}', steps.properties_g.outputs.mod_name,
${{ format('[{2}] {0} v{1}', steps.properties_g.outputs.mod_name,
steps.properties_g.outputs.mod_version, steps.properties_v.outputs.minecraft_version) }}
version:
${{ format('mc{0}-v{1}', steps.properties_v.outputs.minecraft_version,
${{ format('{1}+{0}', steps.properties_v.outputs.minecraft_version,
steps.properties_g.outputs.mod_version) }}
version-type: release

Expand Down

0 comments on commit 95da4fd

Please sign in to comment.