Skip to content

Commit

Permalink
Fix workflow running on root & common project
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Nov 13, 2022
1 parent ea1b228 commit b67b0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: chmod +x ./gradlew

- name: Release
run: ./gradlew modrinth curseforge
run: ./gradlew :fabric:modrinth :forge:modrinth :fabric:curseforge :forge:curseforge
env:
CURSE_TOKEN: ${{ secrets.CURSE_TOKEN }}
CURSE_PROJECT: ${{ secrets.CURSE_PROJECT }}
Expand Down

0 comments on commit b67b0f0

Please sign in to comment.