Skip to content

feat: Update open repository action to handle the new backends suppor… #326

feat: Update open repository action to handle the new backends suppor…

feat: Update open repository action to handle the new backends suppor… #326

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: node
token: '${{ secrets.RELEASE_PLEASE_TOKEN }}'