Skip to content

Commit

Permalink
ci: setup release-please (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Jun 25, 2024
1 parent c0853c0 commit 53e4f48
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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:
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
release-type: node
target-branch: main

0 comments on commit 53e4f48

Please sign in to comment.