Skip to content

Commit 99b0c96

Browse files
authored
fix: fix release tag workflow to fetch all tags first (#1700)
1 parent ff3c154 commit 99b0c96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create_additional_release_tag.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
git config --local user.email "[email protected]"
2121
git config --local user.name "GitHub Action"
2222
23+
- name: Fetch all tags
24+
run: git fetch --tags
25+
2326
- name: Create additional tags
2427
run: |
2528
ARTIFACT_IDS=('google-cloud-shared-dependencies' 'api-common' 'gax')

0 commit comments

Comments
 (0)