Skip to content

Commit d465496

Browse files
committed
fix docker image version for generated_files_sync
1 parent 63d9ce1 commit d465496

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
name: generation diff
1919
env:
20-
library_generation_image_tag: 2.67.0
20+
library_generation_image_tag: 2.67.1-SNAPSHOT # {x-version-update:gapic-generator-java:current}
2121
jobs:
2222
root-pom:
2323
# root pom.xml does not have diff from generated one

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"packages": {
88
".": {
99
"extra-files": [
10+
".github/workflows/generated_files_sync.yaml",
1011
".github/workflows/hermetic_library_generation.yaml",
1112
"sdk/platform-java/WORKSPACE",
1213
"sdk/platform-java/.cloudbuild/graalvm/cloudbuild.yaml",

0 commit comments

Comments
 (0)