mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-09 00:41:40 +01:00
Update modrinth-publish.yml
This commit is contained in:
parent
033d0fa0c2
commit
3ac7b28872
5
.github/workflows/modrinth-publish.yml
vendored
5
.github/workflows/modrinth-publish.yml
vendored
@ -30,7 +30,8 @@ jobs:
|
||||
- name: Upload to Modrinth
|
||||
uses: cloudnode-pro/modrinth-publish@2.0.0
|
||||
with:
|
||||
# Configure the action as needed. The following is an example.
|
||||
# Configure the action
|
||||
api-domain: staging-api.modrinth.com
|
||||
token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
project: aBVLHiAW
|
||||
name: ${{ github.event.release.name }}
|
||||
@ -42,4 +43,4 @@ jobs:
|
||||
game-versions: |-
|
||||
1.21.3
|
||||
1.21.4
|
||||
files: target/YourProject-${{ github.event.release.tag_name }}.jar
|
||||
files: target/BentoBox-${{ github.event.release.tag_name }}.jar
|
||||
|
Loading…
Reference in New Issue
Block a user