We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eb0cb commit 59edb13Copy full SHA for 59edb13
1 file changed
.github/workflows/publish.yml
@@ -38,15 +38,6 @@ jobs:
38
echo "path=$JAR_PATH" >> $GITHUB_OUTPUT
39
echo "Found JAR: $JAR_PATH"
40
41
- - name: Determine game versions
42
- id: game
43
- run: |
44
- if [[ "${{ github.ref_name }}" == *"-1.20"* ]]; then
45
- echo "versions=>=1.20 <1.21" >> $GITHUB_OUTPUT
46
- else
47
- echo "versions=>=1.21" >> $GITHUB_OUTPUT
48
- fi
49
-
50
- name: Upload to Modrinth & CurseForge
51
uses: Kir-Antipov/mc-publish@v3.3
52
with:
@@ -62,7 +53,7 @@ jobs:
62
53
version: ${{ steps.version.outputs.version }}
63
54
version-type: ${{ github.event.release.prerelease && 'beta' || 'release' }}
64
55
65
- game-versions: ${{ steps.game.outputs.versions }}
56
+ game-versions: ">=1.21"
66
57
67
58
loaders: |
68
59
paper
0 commit comments