Skip to content

Commit 774c2b2

Browse files
authored
Merge pull request #3191 from Multiverse/chore/gha-game-version
Update gha supported game version to 1.21.5
2 parents 9317f4c + 71b1662 commit 774c2b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generic.platform_uploads.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
files: '["${{ github.workspace }}/${{ inputs.plugin_name }}-${{ steps.release-info.outputs.tag_name }}.jar"]'
108108
name: ${{ steps.release-info.outputs.tag_name }}
109109
changelog: ${{ steps.release-artifact.outputs.body }}
110-
game_versions: 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13
110+
game_versions: 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13
111111
version_type: ${{ steps.parse-release-type.outputs.release_type }}
112112
loaders: bukkit, spigot, paper
113113
dependencies: ${{ inputs.modrinth_dependencies }}
@@ -121,7 +121,7 @@ jobs:
121121
changelog: ${{ steps.release-artifact.outputs.body }}
122122
changelog_type: markdown
123123
display_name: ${{ steps.release-info.outputs.tag_name }}
124-
game_versions: 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17, 1.16, 1.15, 1.14, 1.13
124+
game_versions: 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17, 1.16, 1.15, 1.14, 1.13
125125
release_type: ${{ steps.parse-release-type.outputs.release_type }}
126126
project_relations: ${{ inputs.dbo_project_relations }}
127127
file_path: ${{ github.workspace }}/${{ inputs.plugin_name }}-${{ steps.release-info.outputs.tag_name }}.jar
@@ -136,5 +136,5 @@ jobs:
136136
channel: ${{ steps.parse-release-type.outputs.release_type }}
137137
files: '[{"path": "${{ github.workspace }}/${{ inputs.plugin_name }}-${{ steps.release-info.outputs.tag_name }}.jar", "platforms": ["PAPER"]}]'
138138
description: ${{ steps.release-artifact.outputs.body }}
139-
platform_dependencies: '{"PAPER": ["1.13-1.21.1"]}'
139+
platform_dependencies: '{"PAPER": ["1.13-1.21.5"]}'
140140
plugin_dependencies: ${{ inputs.hangar_plugin_dependencies }}

0 commit comments

Comments
 (0)