Skip to content

Commit b2b554e

Browse files
authored
fix: remove unwanted configs for release-please (#403)
1 parent 216bd50 commit b2b554e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- uses: googleapis/release-please-action@v4
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
19-
default-branch: staging
20-
release-type: python
21-
pull-request-title-pattern: "chore${scope}: ${version}"
19+
target-branch: staging
2220
config-file: release-please-config.json
2321
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)