Skip to content

Commit

Permalink
use our specific release please settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Aug 1, 2024
1 parent 7ace84c commit 1798135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Release Please
on:
push:
branches:
Expand All @@ -24,4 +23,6 @@ jobs:
uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ steps.generate_token.outputs.token }}
release-type: python
token: ${{ steps.generate_token.outputs.token }}
bump-minor-pre-major: true

0 comments on commit 1798135

Please sign in to comment.