Skip to content

Publish

Publish #33

Workflow file for this run

name: Publish
on:
workflow_dispatch:
inputs:
version-type:
description: The type of release
required: true
type: choice
options: ["release", "beta", "alpha"]
minecraft-versions:
description: Overrides for supported versions
required: false
type: string
jobs:
publish:
uses: MattiDragon/MattiDragon/.github/workflows/publish-mc-mod.yaml@c066f67d80ff22e0b63bb5ad5c4ac83f583ad211
with:
version-type: ${{ inputs.version-type }}
minecraft-versions: ${{ inputs.minecraft-versions }}
modrinth-id: IF0Y4xFw
curseforge-id: 689404
secrets:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}