Skip to content

Fix build pipeline [internal] #55

Fix build pipeline [internal]

Fix build pipeline [internal] #55

Workflow file for this run

name: Build and Pre-release
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:
permissions:
contents: read
statuses: write
packages: write
jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@a19a8e0fe0b9c7a1624d84bcd725921d8c3653c3

Check failure on line 25 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@a19a8e0fe0b9c7a1624d84bcd725921d8c3653c3" : invalid value workflow reference: version cannot have whitespace: ${{ github.workflow_sha }}
with:
java: 17
secrets: inherit
pre-release:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@a19a8e0fe0b9c7a1624d84bcd725921d8c3653c3
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && contains( github.event.pull_request.labels.*.name, 'Pre-release')
with:
java: 17
secrets: inherit