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 4ec36cf commit 9816851Copy full SHA for 9816851
.github/workflows/auto-release.yaml
@@ -4,6 +4,7 @@ name: auto-release
4
jobs:
5
approve:
6
runs-on: ubuntu-latest
7
+ if: contains(github.head_ref, 'release-v')
8
steps:
9
- uses: actions/github-script@v3.0.0
10
with:
synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-http-java-client.git",
- "sha": "b60bdda51c22d11c08915673a9b7992ee5e902f3"
+ "sha": "4ec36cf76036736fb9f34ee61ba6214093cea79d"
}
},
{
11
12
"name": "synthtool",
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
+ "sha": "95dbe1bee3c7f7e52ddb24a54c37080620e0d1a2"
15
16
17
],
0 commit comments