Skip to content

Commit 590972c

Browse files
authored
Merge pull request #2956 from Multiverse/modrinth-versioning
Fix versioning
2 parents 73e0b30 + 007b714 commit 590972c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/promote_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
with:
8484
arguments: build modrinth
8585
env:
86-
GITHUB_VERSION: ${{ env.VERSION }}
86+
GITHUB_VERSION: ${{ steps.release.outputs.publish_version }}
8787
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
8888
CHANGELOG: ${{ steps.release.outputs.body }}
8989
VERSION_NUMBER: ${{ steps.release.outputs.tag_name }}
90-
VERSION_TYPE: ${{ env.RELEASE_TYPE }}
90+
VERSION_TYPE: ${{ steps.release.outputs.release_type }}
9191

9292
- name: Upload to dev.bukkit.org
9393
uses: benwoo1110/[email protected]
@@ -98,7 +98,7 @@ jobs:
9898
changelog_type: markdown
9999
display_name: ${{ steps.release.outputs.tag_name }}
100100
game_versions: 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1
101-
release_type: ${{ env.RELEASE_TYPE }}
101+
release_type: ${{ steps.release.outputs.release_type }}
102102
project_relations: >
103103
[
104104
{"slug": "multiverse-portals", "type": "optionalDependency"},

0 commit comments

Comments
 (0)