Skip to content

Commit

Permalink
ci: fix release to use correct language
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed May 28, 2024
1 parent 2c6c016 commit 675a40f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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: google-github-actions/release-please-action@v4
with:
release-type: python
package-name: release-please-action

0 comments on commit 675a40f

Please sign in to comment.