Skip to content

ci: fix missing workflow_call event #3

ci: fix missing workflow_call event

ci: fix missing workflow_call event #3

on:
push:
branches:
- dev
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-pr:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
default-branch: dev
build-docs:
needs: release-pr
uses: ./.github/workflows/build-docs.yml

Check failure on line 22 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / release-please

Invalid workflow file

The workflow is not valid. In .github/workflows/release-please.yml (Line: 22, Col: 11): Error from called workflow flowersteam/adtool/.github/workflows/build-docs.yml@649db0f65ccf7e411bd5aade9e3f3a8fdaa1f96c (Line: 4, Col: 14): Unexpected value 'inherit'
build-images:
needs: release-pr
uses: ./.github/workflows/build-images.yml