Skip to content

Commit 47c3cd7

Browse files
committed
Setting tag to origin
1 parent ffeee44 commit 47c3cd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

duckdb

Submodule duckdb updated 198 files

scripts/set_tag.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd ..
99
cd duckdb
1010

1111
TAG_NAME="$1"
12-
REMOTE_NAME="cwida" # Explicitly define the target remote
12+
REMOTE_NAME="origin" # Explicitly define the target remote
1313

1414
echo "--- Updating tag '$TAG_NAME' on remote '$REMOTE_NAME' ---"
1515

@@ -26,4 +26,4 @@ git tag -fa "$TAG_NAME" -m "DuckPGQ custom tag '$TAG_NAME'"
2626
# 4. Force-push the new tag to your fork, overwriting the remote one if it exists.
2727
git push "$REMOTE_NAME" --tags --force
2828

29-
echo "--- Successfully updated tag '$TAG_NAME' on remote '$REMOTE_NAME' ---"
29+
echo "--- Successfully updated tag '$TAG_NAME' on remote '$REMOTE_NAME' ---"

0 commit comments

Comments
 (0)