Skip to content

Commit

Permalink
chore(release-please): add github workflow in v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thislg committed Oct 4, 2024
1 parent 6ceb011 commit 6f3ca3a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 }}

0 comments on commit 6f3ca3a

Please sign in to comment.