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 65aee08 commit 8d687dcCopy full SHA for 8d687dc
1 file changed
.github/workflows/create_additional_release_tag.yaml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
31
run: |
32
- ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax' 'google-cloud-bigtable' 'libraries-bom')
+ ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax' 'google-cloud-bigtable' 'libraries-bom' 'gapic-generator-java')
33
for ARTIFACT_ID in "${ARTIFACT_IDS[@]}"; do
34
VERSION=$(grep "^${ARTIFACT_ID}:" versions.txt | cut -d':' -f2 | tr -d '[:space:]')
35
TAG_NAME="${ARTIFACT_ID}/v$VERSION"
0 commit comments