Skip to content

chore: switch license from MIT to PolyForm Shield 1.0.0 (#124) #83

chore: switch license from MIT to PolyForm Shield 1.0.0 (#124)

chore: switch license from MIT to PolyForm Shield 1.0.0 (#124) #83

name: Release Please
on:
push:
branches:
- main
permissions:
actions: write
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 --repo ${{ github.repository }} -f tag=${{ steps.release-please.outputs.tag_name }}