Skip to content

Commit

Permalink
changes to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweit committed Sep 2, 2024
1 parent ee4b7ef commit 1f3af5a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload to Modrinth
uses: dsx137/modrinth-release-action@main
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
with:
name: ${{ github.event.release.tag_name }}
project_id: H4i6sdRk
loaders: spigot, paper, bukkit
game_versions: 1.9:1.21.1
version_number: ${{ github.event.release.tag_name }}
files: |
./target/MinecraftServerAPI-${{ github.event.release.tag_name }}.jar
changelog: ${{ github.event.release.body }}
version_type: release # or beta, alpha
featured: true
status: 'listed' # or archived, draft, unlisted, scheduled, unknown
requested_status: 'listed' # or archived, draft, unlisted
updatable: false # default true, means updating existing version
delete_old_files: false # default true

- name: Upload to Modrinth
uses: RubixDev/modrinth-upload@v1
with:
Expand Down

0 comments on commit 1f3af5a

Please sign in to comment.