Skip to content

Commit 29fee15

Browse files
committed
chore: fixed ci
1 parent f6b3c59 commit 29fee15

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release_please.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ permissions:
1515

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

0 commit comments

Comments
 (0)