We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff82f8 commit 3a766f2Copy full SHA for 3a766f2
1 file changed
.github/workflows/upstream-sync.yml
@@ -104,7 +104,6 @@ jobs:
104
105
- name: Fetch upstream tag
106
run: |
107
- git fetch upstream --tags
108
git fetch upstream tag ${{ needs.resolve-tag.outputs.latest_tag }} --no-tags
109
110
- name: Attempt merge
0 commit comments