We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ad777a + f507286 commit 5a0873aCopy full SHA for 5a0873a
.github/workflows/ci.yaml
@@ -127,7 +127,7 @@ jobs:
127
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
128
/src/library_generation/cli/entry_point.py validate-generation-config
129
env:
130
- library_generation_image_tag: 2.66.0
+ library_generation_image_tag: 2.67.0
131
workspace_name: /workspace
132
133
# TODO: Uncomment the needed Github Actions
.github/workflows/generated_files_sync.yaml
@@ -17,7 +17,7 @@ on:
17
pull_request:
18
name: generation diff
19
20
21
jobs:
22
root-pom:
23
# root pom.xml does not have diff from generated one
0 commit comments