Skip to content

Merge pull request #51 from raiderrobert/release-please--branches--ma… #20

Merge pull request #51 from raiderrobert/release-please--branches--ma…

Merge pull request #51 from raiderrobert/release-please--branches--ma… #20

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release-please
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
- name: Dispatch release build
if: ${{ steps.release-please.outputs.releases_created == 'true' }}
env:
GH_TOKEN: ${{ github.token }}
run: gh workflow run release.yml -f tag=${{ steps.release-please.outputs.tag_name }}