Skip to content

Commit 97cc7e5

Browse files
authored
Merge pull request #3266 from Multiverse/chore/1.21.6
Add 1.21.6 as supported version for Modrinth and Hangar
2 parents 4c45443 + 86b888a commit 97cc7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generic.platform_uploads.yml

Lines changed: 2 additions & 2 deletions
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.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
110+
game_versions: 1.21.6, 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
111111
version_type: ${{ steps.parse-release-type.outputs.release_type }}
112112
loaders: bukkit, spigot, paper
113113
dependencies: ${{ inputs.modrinth_dependencies }}
@@ -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.18.2-1.21.5"]}'
139+
platform_dependencies: '{"PAPER": ["1.18.2-1.21.6"]}'
140140
plugin_dependencies: ${{ inputs.hangar_plugin_dependencies }}

0 commit comments

Comments
 (0)