There was an error while loading. Please reload this page.
1 parent ff3c154 commit 99b0c96Copy full SHA for 99b0c96
.github/workflows/create_additional_release_tag.yaml
@@ -20,6 +20,9 @@ jobs:
20
git config --local user.email "action@github.com"
21
git config --local user.name "GitHub Action"
22
23
+ - name: Fetch all tags
24
+ run: git fetch --tags
25
+
26
- name: Create additional tags
27
run: |
28
ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax')
0 commit comments