Skip to content

GHA: correct the install-pr.yml #31

GHA: correct the install-pr.yml

GHA: correct the install-pr.yml #31

Workflow file for this run

name: Release Build and Publish
on:
push:
tags:
- v**
jobs:
build-for-release:
uses: ./.github/workflows/factory.yml
with:
tag: ${{ github.ref_name }}
push: true
secrets: inherit
create-corresponding-pull-requests:
needs: build-for-release
uses: ./.github/workflows/installer-pr.yml

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

View workflow run for this annotation

GitHub Actions / Release Build and Publish

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 18, Col: 11): Error from called workflow harvester/os2/.github/workflows/installer-pr.yml@f0dba3a200654d53f50a712f9f783b512d7e1941 (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
with:
tag: ${{ github.ref_name }}