Skip to content

Commit 65d0dc4

Browse files
fix modrinth upload [skip ci]
1 parent 659c2b6 commit 65d0dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildrelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
6666
CHANGELOG: ${{ steps.read_changelog.outputs.changelog }}
67-
run: ./gradlew publishModrinth
67+
run: ./gradlew modrinth
6868

6969
- name: Get version tag
7070
id: version_tag
@@ -89,4 +89,4 @@ jobs:
8989
"<:modrinth:900697862206287882> <${{ steps.modrinth.outputs.url }}>"
9090
"<:github:900697885706952725> <${{ steps.uploadrelease.outputs.url }}>"
9191
""
92-
"<https://hysky.de/>"
92+
"<https://hysky.de/>"

0 commit comments

Comments
 (0)