Skip to content

Commit

Permalink
Update modrinth-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento authored Dec 21, 2024
1 parent 033d0fa commit 3ac7b28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/modrinth-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Upload to Modrinth
uses: cloudnode-pro/[email protected]
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 }}
Expand All @@ -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

0 comments on commit 3ac7b28

Please sign in to comment.