Skip to content

.github update, actions, cla (#99) #13

.github update, actions, cla (#99)

.github update, actions, cla (#99) #13

Workflow file for this run

name: Release
on:
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
permissions:
contents: write
statuses: write
jobs:
release:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.release.yaml@ng7

Check failure on line 16 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" -> "ldtteam/operapublicacreator/.github/workflows/gradle.release.yaml@ng7" : failed to fetch workflow: workflow was not found.
with:
java: 21
curse_release_type: ${{ contains(github.ref, 'release') && 'release' || 'beta' }}
secrets: inherit