Skip to content

Merge pull request #66 from matthewhartstonge/release-please--branche… #50

Merge pull request #66 from matthewhartstonge/release-please--branche…

Merge pull request #66 from matthewhartstonge/release-please--branche… #50

Workflow file for this run

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
with:
token: ${{secrets.GITHUB_TOKEN}}