We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3469410 commit 7ca4ccdCopy full SHA for 7ca4ccd
1 file changed
.github/workflows/maven-publish.yml
@@ -57,12 +57,12 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
59
- name: Publish to Modrinth
60
- uses: Kirabiru/publish-modrinth@v2
+ uses: modrinth/minotaur@v2
61
with:
62
token: ${{ secrets.MODRINTH_TOKEN }}
63
- project_id: n18snJd9
64
- version_name: BellCommand ${{ github.ref_name }}
65
- version_number: ${{ github.ref_name }}
+ project-id: n18snJd9
+ version-name: BellCommand ${{ github.ref_name }}
+ version-number: ${{ github.ref_name }}
66
file: target/bellcommand-*.jar
67
loaders: |
68
spigot
0 commit comments