Skip to content

Commit dc3e4e5

Browse files
committed
exclude 1.16.1 for make release manually
1 parent b67c5a6 commit dc3e4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
branch: ['1.3.1', '1.4.2', '1.4.7', '1.5.2', '1.6.4', '1.7.2', '1.7.4', '1.7.10', '1.8.0', '1.8.3-15w14a', '1.8.9', '1.9.4', '1.10.2', '1.11.2', '1.12', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.0-20w14infinite', '1.16.1', '1.16.5', '1.17.0', '1.17.1', '1.18.1', '1.18.2', '1.18.2-22w13oneblockatatime', '1.19.2', '1.19.4', '1.20-a_or_b', '1.20.1', '1.20.4', '1.20.4-24w14potato']
19+
branch: ['1.3.1', '1.4.2', '1.4.7', '1.5.2', '1.6.4', '1.7.2', '1.7.4', '1.7.10', '1.8.0', '1.8.3-15w14a', '1.8.9', '1.9.4', '1.10.2', '1.11.2', '1.12', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.0-20w14infinite', '1.16.5', '1.17.0', '1.17.1', '1.18.1', '1.18.2', '1.18.2-22w13oneblockatatime', '1.19.2', '1.19.4', '1.20-a_or_b', '1.20.1', '1.20.4', '1.20.4-24w14potato']
2020
steps:
2121
- name: Checkout ${{ matrix.branch }}
2222
uses: actions/checkout@v3
@@ -68,7 +68,7 @@ jobs:
6868
version: ${{ inputs.release_version }}+${{ steps.properties.outputs.minecraft_version }}
6969
changelog: Check changelogs in https://github.com/RedLime/SpeedRunIGT/releases/tag/${{ inputs.release_version }}
7070
game-versions: ${{ steps.properties.outputs.minecraft_version }}
71-
version-resolver: exact
71+
game-version-filter: any
7272
version-type: release
7373
loaders: |
7474
fabric

0 commit comments

Comments
 (0)