Skip to content

chore(release-please): add github workflow in v1 branch #7

chore(release-please): add github workflow in v1 branch

chore(release-please): add github workflow in v1 branch #7

name: Release
on:
push:
branches:
- "v1"
- "master" # v2
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: simple
token: ${{ secrets.PRIVATE_TOKEN }}