Skip to content

fix: gha to run benchmark on PRs (#55) #34

fix: gha to run benchmark on PRs (#55)

fix: gha to run benchmark on PRs (#55) #34

name: Release
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
release-type: simple
token: ${{ secrets.GITHUB_TOKEN }}