Skip to content

Commit 4758508

Browse files
[workflow] Fix release.yml
1 parent 937afa4 commit 4758508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
env:
2929
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
3030
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
31-
run: ./gradlew build publish publishMods
31+
run: ./gradlew build publishMods

0 commit comments

Comments
 (0)