Skip to content

Publish on Modrinth & CurseForge #40

Publish on Modrinth & CurseForge

Publish on Modrinth & CurseForge #40

Workflow file for this run

name: Publish on Modrinth & CurseForge
on:
workflow_dispatch:
inputs:
branch:
type: choice
description: Which branch do you want to publish?
options:
- dev
- 1.21
- 1.20.4
- 1.20.1
forge:
type: choice
description: NeoForge or Forge?
options:
- neoforge
- forge
jobs:
build_dev:
uses: zigythebird/zigysplayeranimatorapi/.github/workflows/releasebuild.yml@dev

Check failure on line 23 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "zigythebird/zigysplayeranimatorapi/.github/workflows/releasebuild.yml@dev" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
branch: ${{ inputs.branch }}
GITHUB_REF: ${{ github.ref }}
upload_docs: true
forge: ${{ inputs.forge }}
secrets:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}