Skip to content

Commit 7ca4ccd

Browse files
committed
fix: use official modrinth/minotaur action
1 parent 3469410 commit 7ca4ccd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Publish to Modrinth
60-
uses: Kirabiru/publish-modrinth@v2
60+
uses: modrinth/minotaur@v2
6161
with:
6262
token: ${{ secrets.MODRINTH_TOKEN }}
63-
project_id: n18snJd9
64-
version_name: BellCommand ${{ github.ref_name }}
65-
version_number: ${{ github.ref_name }}
63+
project-id: n18snJd9
64+
version-name: BellCommand ${{ github.ref_name }}
65+
version-number: ${{ github.ref_name }}
6666
file: target/bellcommand-*.jar
6767
loaders: |
6868
spigot

0 commit comments

Comments
 (0)