Skip to content

Commit 8d687dc

Browse files
authored
chore: add generator release tag to create_additional_release_tag.yaml (#13865)
1 parent 65aee08 commit 8d687dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_additional_release_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
3131
run: |
32-
ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax' 'google-cloud-bigtable' 'libraries-bom')
32+
ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax' 'google-cloud-bigtable' 'libraries-bom' 'gapic-generator-java')
3333
for ARTIFACT_ID in "${ARTIFACT_IDS[@]}"; do
3434
VERSION=$(grep "^${ARTIFACT_ID}:" versions.txt | cut -d':' -f2 | tr -d '[:space:]')
3535
TAG_NAME="${ARTIFACT_ID}/v$VERSION"

0 commit comments

Comments
 (0)