Skip to content

Commit

Permalink
chore: fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 6, 2024
1 parent f6b3c59 commit 29fee15
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ permissions:

jobs:
release-please:
if: >
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
if: github.event_name != 'pull_request' || (github.event.pull_request.merged && github.event.pull_request.head.ref !~ 'release-please/.*')
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{ secrets.OG_BOT_TOKEN }}
release-type: dart
bump-minor-pre-major: false
bump-patch-for-minor-pre-major: false
version-file: "changelog-only"

0 comments on commit 29fee15

Please sign in to comment.