Skip to content

Commit

Permalink
ci: Remove neoforge loader because it did not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jun 2, 2024
1 parent 722bccf commit 8282cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
loader: [fabric, forge, neoforge]
loader: [fabric, forge]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
packages: write
strategy:
matrix:
loader: [ common, fabric, forge, neoforge ]
loader: [ common, fabric, forge ]
site: [ curseforge, modrinth, publish ]
exclude:
- loader: common
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: write
strategy:
matrix:
loader: [common, fabric, forge, neoforge]
loader: [common, fabric, forge]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8282cdd

Please sign in to comment.