Skip to content

Commit 916b264

Browse files
authored
Update sync-main-tags.yml
1 parent d3c6c3b commit 916b264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-main-tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- name: Push Tags
2323
run: |
24+
git remote add upstream https://github.com/github/codeql.git
2425
git fetch upstream --tags --force
2526
git push --force origin --tags
2627
env:

0 commit comments

Comments
 (0)