We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6945630 commit 590ae02Copy full SHA for 590ae02
.github/workflows/release-please.yml
@@ -24,9 +24,9 @@ jobs:
24
- uses: googleapis/release-please-action@v4
25
id: release
26
with:
27
- config-file: release-please-config-beta.json
28
- manifest-file: .release-please-manifest-beta.json
29
- target-branch: beta
+ config-file: release-please-config.json
+ manifest-file: .release-please-manifest.json
+ target-branch: main
30
31
build:
32
runs-on: ubuntu-latest
0 commit comments