Skip to content

Commit

Permalink
Fix matrix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Dec 22, 2023
1 parent 0dcf821 commit 43860b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
branch: [1.7.10-forge, 1.10.2-forge, 1.11.2-forge, 1.12.2-forge, 1.14.4-forge, 1.15.2-forge, 1.16.5-forge, 1.17.1-forge, 1.18.2-forge, 1.19.4-forge, 1.20.1-forge]
branch: [1.7.10-forge, 1.10.2-forge, 1.11.2-forge, 1.12.2-forge, 1.14.4-forge, 1.15.2-forge, 1.16.5-forge]
steps:
- uses: actions/checkout@v4
with:
ref: matrix.branch
ref: ${{ matrix.branch }}
- uses: actions/setup-java@v1
with:
java-version: '1.8' # The JDK version to make available on the path.
Expand Down

0 comments on commit 43860b4

Please sign in to comment.