Skip to content

Commit

Permalink
fix(ci): run rinth body sync as root project task.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Oct 9, 2024
1 parent fd6f098 commit 65d5155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Publish to Modrinth
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew modrinthSyncBody :mod:fabric:modrinth :mod:neoforge:modrinth
run: ./gradlew :modrinthSyncBody :mod:fabric:modrinth :mod:neoforge:modrinth

- name: Publish to GitHub
env:
Expand Down

0 comments on commit 65d5155

Please sign in to comment.