Skip to content

v0.0.0-rc.3 for Minecraft 1.20.1: Fighting Actions edition #5

v0.0.0-rc.3 for Minecraft 1.20.1: Fighting Actions edition

v0.0.0-rc.3 for Minecraft 1.20.1: Fighting Actions edition #5

Workflow file for this run

name: Publish
on:
release:
types:
- published
permissions:
contents: write
jobs:
build:
uses: Modflower/workflows/.github/workflows/mod-publish.yml@main

Check failure on line 13 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. In .github/workflows/publish.yml (Line: 13, Col: 11): Error from called workflow Modflower/workflows/.github/workflows/mod-publish.yml@main (Line: 65, Col: 14): Unexpected symbol: '+'. Located at position 73 within expression: inputs.gradle-publish || (secrets.modrinth != null && 'modrinth' || '') + ' ' + (secrets.curseforge != null && 'curseforge' || '')
with:
artifacts: |
*/build/libs/*
!buildSrc/*
!xplat/*
!*-sources.jar
!*-javadoc.jar
gradle-publish: 'publish'
secrets: inherit