Skip to content

Commit 50a87fc

Browse files
authored
Force fetch tags (#589)
1 parent 953ffc4 commit 50a87fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
# If main or tag, then push to `pgduckdb/pgduckdb`
65-
git fetch --tags
65+
git fetch --tags --force
6666
if [ "$BRANCH" = "main" ] || git rev-parse --verify $BRANCH^{tag} > /dev/null 2>&1; then
6767
TARGET_REPO='pgduckdb/pgduckdb'
6868
else

0 commit comments

Comments
 (0)