Update modrinth-publish.yml

This commit is contained in:
tastybento 2024-12-21 11:47:31 -08:00 committed by GitHub
parent 033d0fa0c2
commit 3ac7b28872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,8 @@ jobs:
- name: Upload to Modrinth - name: Upload to Modrinth
uses: cloudnode-pro/modrinth-publish@2.0.0 uses: cloudnode-pro/modrinth-publish@2.0.0
with: with:
# Configure the action as needed. The following is an example. # Configure the action
api-domain: staging-api.modrinth.com
token: ${{ secrets.MODRINTH_TOKEN }} token: ${{ secrets.MODRINTH_TOKEN }}
project: aBVLHiAW project: aBVLHiAW
name: ${{ github.event.release.name }} name: ${{ github.event.release.name }}
@ -42,4 +43,4 @@ jobs:
game-versions: |- game-versions: |-
1.21.3 1.21.3
1.21.4 1.21.4
files: target/YourProject-${{ github.event.release.tag_name }}.jar files: target/BentoBox-${{ github.event.release.tag_name }}.jar