Skip to content

Modrinth release

Modrinth release #19

Workflow file for this run

name: Modrinth release
on: workflow_dispatch
jobs:
version:
name: Detect version
uses: ./.github/workflows/version.yml
upload:
name: Build and upload
needs: version
uses: ./.github/workflows/build.yml
with:
version: ${{ needs.version.outputs.version }}
task: modrinth
secrets:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}