Skip to content

Publish

Publish #7

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@275ad65025060abab92dd3a080dae735e89565e7
with:
version-type: ${{ inputs.version-type }}
minecraft-versions: ${{ inputs.minecraft-versions }}
jitpack-safe-version: true
modrinth-id: j9JARqmz
curseforge-id: 596911
secrets:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}