Skip to content

Commit

Permalink
ci: use new release please action
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 29, 2024
1 parent be352bb commit a1c1d40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
pull-requests: write

jobs:
call:
uses: opiproject/actions/.github/workflows/release-please.yml@main
secrets: inherit
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: python

0 comments on commit a1c1d40

Please sign in to comment.