Skip to content

ci(fix): release automation not picking up all necessary files (#1112) #672

ci(fix): release automation not picking up all necessary files (#1112)

ci(fix): release automation not picking up all necessary files (#1112) #672

# 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
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
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