Skip to content

chore: testing

chore: testing #28

# When a third-party action is added (i.e., `uses`), please also add it to `download-licenses` in Makefile.
on:
push:
branches:
- main
name: release-please
permissions:
contents: read
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
timeout-minutes: 2
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
id: release
trigger-release-automation:
name: Trigger release-automation.yaml if PR is merged
needs: [release-please]
if: ${{ needs.release-please.outputs.release_created == 'true' }}
uses: ./.github/workflows/release-automation.yaml

Check failure on line 28 in .github/workflows/release-please.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-please.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release-please.yaml" -> "./.github/workflows/release-automation.yaml" (source branch with sha:0118d79820fbb4744f0b9dd520991cb885079150) : You have an error in your yaml syntax on line 6