Skip to content

Commit a30886c

Browse files
committed
Fix fetch
1 parent 258e59a commit a30886c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
echo "Creating $MAJOR_POINTAG and setting it to $highest_tag_revision ($highest_tag_reference)."
101101
fi
102102
103-
git fetch --depth 1 "$highest_tag_revision"
103+
git fetch --depth 1 origin "$highest_tag_revision"
104104
git tag "$MAJOR_POINTAG" FETCH_HEAD
105105
git push -f origin "refs/tags/$MAJOR_POINTAG"

0 commit comments

Comments
 (0)