Skip to content

Commit

Permalink
Only publish Fabric build to CF/MR while Forge is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Oct 20, 2024
1 parent 332f0e6 commit 67852a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

- name: hosting publish
run: ./gradlew build curseforge modrinth
run: ./gradlew :fabric:build :fabric:curseforge :fabric:modrinth
env:
CURSEFORGE_API_KEY: ${{ secrets.CF_API_KEY }}
MODRINTH_API_KEY: ${{ secrets.MR_API_KEY }}

0 comments on commit 67852a6

Please sign in to comment.