We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5bdba9 + 2cbaa3c commit bcee69fCopy full SHA for bcee69f
1 file changed
.github/workflows/hermetic_library_generation.yaml
@@ -20,6 +20,9 @@ on:
20
env:
21
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
22
GITHUB_REPOSITORY: ${{ github.repository }}
23
+ # {x-version-update-start:gapic-generator-java:current}
24
+ GENERATOR_VERSION: 2.71.0
25
+ # {x-version-update-end}
26
jobs:
27
library_generation:
28
runs-on: ubuntu-latest
@@ -44,4 +47,4 @@ jobs:
44
47
head_ref: ${{ github.head_ref }}
45
48
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
46
49
force_regenerate_all: ${{ github.event.pull_request.head.ref == 'generate-libraries-main' }}
- image_tag: 9.99.9 # {x-version-update:gapic-generator-java:current}
50
+ image_tag: ${{ env.GENERATOR_VERSION }}
0 commit comments