Skip to content

Modrinth Release

Actions
Release a version to Modrinth
1.0.1
Latest
Star (1)

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 # 1.12.2:1.20.6 means version range
      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
      updatable: false # default true, means updating existing version
      delete_old_files: false # default true

Modrinth Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Release a version to Modrinth
1.0.1
Latest

Modrinth Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.