Skip to content

Commit

Permalink
ci: Fix wrong loader name for common
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jun 3, 2024
1 parent 4b6d254 commit 37142d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
packages: write
strategy:
matrix:
loader: [ common, fabric, forge ]
loader: [ shared, fabric, forge ]
site: [ curseforge, modrinth, publish ]
exclude:
- loader: common
- loader: shared
site: curseforge
- loader: common
- loader: shared
site: modrinth
steps:
- name: Checkout repository
Expand Down

0 comments on commit 37142d7

Please sign in to comment.