Skip to content

chore: Update release action to run on tag push so that pub publish w… #5

chore: Update release action to run on tag push so that pub publish w…

chore: Update release action to run on tag push so that pub publish w… #5

name: release-please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}