We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3582188 commit 042b2cbCopy full SHA for 042b2cb
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
env:
69
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
70
CHANGELOG: ${{ github.event.release.body }}
71
- if: github.event_name == 'release' && github.event.action == 'published' && ${{ env.MODRINTH_TOKEN != '' }}
+ if: ${{ github.event_name == 'release' && github.event.action == 'published' && env.MODRINTH_TOKEN != '' }}
72
run: |
73
- ./gradlew modrinth
74
- ./gradlew modrinthSyncBody
+ ./gradlew --no-configuration-cache modrinth
+ ./gradlew --no-configuration-cache modrinthSyncBody
0 commit comments