Skip to content

Publish

Publish #4

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'

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

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 21, Col: 23): Invalid input, gradle-publish is not defined in the referenced workflow.
secrets: inherit