Skip to content

Commit 3a766f2

Browse files
committed
fix(ci): avoid tag collision in upstream sync by fetching specific tag
1 parent 3ff82f8 commit 3a766f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/upstream-sync.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
105105
- name: Fetch upstream tag
106106
run: |
107-
git fetch upstream --tags
108107
git fetch upstream tag ${{ needs.resolve-tag.outputs.latest_tag }} --no-tags
109108
110109
- name: Attempt merge

0 commit comments

Comments
 (0)