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 e42e8d9 commit 3ab40b1Copy full SHA for 3ab40b1
.github/workflows/release-please.yml
@@ -0,0 +1,19 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - main
5
+
6
+permissions: read-all
7
+name: release-please
8
9
+jobs:
10
+ release-please:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: googleapis/release-please-action@v4
14
+ with:
15
+ token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
16
+ target-branch: main
17
+ config-file: release-please-config.json
18
+ manifest-file: .release-please-manifest.json
19
+ fork: true
0 commit comments