We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a810569 commit d8d5eceCopy full SHA for d8d5ece
1 file changed
.github/workflows/create_additional_release_tag.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Create additional tags
26
shell: bash
27
run: |
28
- ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax')
+ ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax' 'google-cloud-bigtable')
29
for ARTIFACT_ID in "${ARTIFACT_IDS[@]}"; do
30
VERSION=$(grep "^${ARTIFACT_ID}:" versions.txt | cut -d':' -f2 | tr -d '[:space:]')
31
TAG_NAME="${ARTIFACT_ID}/v$VERSION"
0 commit comments