Skip to content

Merge pull request #4 from benjamincharity/release-please--branches--… #22

Merge pull request #4 from benjamincharity/release-please--branches--…

Merge pull request #4 from benjamincharity/release-please--branches--… #22

# .github/workflows/release-please.yml
name: release-please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Create release PR
uses: google-github-actions/release-please-action@v3
with:
release-type: node
default-branch: main
token: ${{ secrets.GH_RELEASE_TOKEN }}