Skip to content

Commit 85ee80a

Browse files
committed
Merge branch '1.21' into 1.21.5
# Conflicts: # .github/workflows/publish.yml
2 parents afa45a1 + df9c233 commit 85ee80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: game_versions
5252
run: |
5353
echo 'value<<EOF' >> $GITHUB_OUTPUT
54-
echo -e "${{ steps.properties_v.outputs.minecraft_support_version }}" >> $GITHUB_OUTPUT
54+
echo -e "${{ steps.properties_g.outputs.minecraft_supported_versions }}" >> $GITHUB_OUTPUT
5555
echo 'EOF' >> $GITHUB_OUTPUT
5656
5757
- name: Prepare file information
@@ -102,7 +102,7 @@ jobs:
102102
version-type: ${{ inputs.version-type }}
103103
loaders: ${{ steps.properties_v.outputs.platform }}
104104
game-versions: ${{ steps.game_versions.outputs.value }}
105-
game-version-filter: any
105+
game-version-filter: releases
106106
github-changelog: ${{ format('{0}{1}', github.event.release.body, steps.get_release.outputs.body) }}
107107
modrinth-changelog: ${{ steps.changelog.outputs.result }}
108108
curseforge-changelog: ${{ steps.changelog.outputs.result }}

0 commit comments

Comments
 (0)