Skip to content

Commit

Permalink
ci: release-please test
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Sep 9, 2024
1 parent 136dd90 commit 222907b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches:
- main
- replease-please-test

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.GITHUB_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple

0 comments on commit 222907b

Please sign in to comment.