Skip to content

On New Release

On New Release #1

name: On New Release
on:
release:
types: [created]
jobs:
quality-build-test:
uses: ./.github/workflows/workflow-build-with-quality-checks.yml

Check failure on line 8 in .github/workflows/workflow-new-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow-new-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/workflow-new-release.yml" -> "./.github/workflows/workflow-build-with-quality-checks.yml" : failed to fetch workflow: workflow was not found.
deploy-all:
needs: quality-build-test
uses: ./.github/workflows/workflow-deploy-all.yml