Skip to content
upload

GitHub Action

Modrinth Release

1.0.0 Latest version

Modrinth Release

upload

Modrinth Release

Release a version to Modrinth

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Modrinth Release

uses: dsx137/modrinth-release-action@1.0.0

Learn more about this action in dsx137/modrinth-release-action

Choose a version

modrinth-release-action

# Simple
- name: Modrinth Release
  uses: dsx137/modrinth-release-action@main
  env:
      MODRINTH_TOKEN: xxx
  with:
      name: xxx
      project_id: puTJzCb0
      loaders: forge, fabric
      game_versions: 1.20.1, 1.20.2
      version_number: 1.1.0
      files: |
          ./build/libs/*-all.jar
# Full
- name: Modrinth Release
  uses: dsx137/modrinth-release-action@main
  env:
      MODRINTH_TOKEN: xxx
  with:
      name: xxx
      project_id: puTJzCb0
      loaders: forge, fabric
      game_versions: 1.20.1, 1.20.2
      version_number: 1.1.0
      files: |
          ./build/libs/*-all.jar
      dependencies: Vl1uNAuy:required, ordsPcFz:required
      changelog: "some message"
      version_type: release # or beta, alpha
      featured: false
      status: 'listed' # or archived, draft, unlisted, scheduled, unknown
      requested_status: 'listed' # or archived, draft, unlisted
      delete_files_if_exists: true