Skip to content

Commit d8d5ece

Browse files
authored
chore(bigtable): Add google-cloud-bigtable to release tagging
See: b/494683599.
1 parent a810569 commit d8d5ece

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create additional tags
2626
shell: bash
2727
run: |
28-
ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax')
28+
ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax' 'google-cloud-bigtable')
2929
for ARTIFACT_ID in "${ARTIFACT_IDS[@]}"; do
3030
VERSION=$(grep "^${ARTIFACT_ID}:" versions.txt | cut -d':' -f2 | tr -d '[:space:]')
3131
TAG_NAME="${ARTIFACT_ID}/v$VERSION"

0 commit comments

Comments
 (0)