We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffeee44 commit 47c3cd7Copy full SHA for 47c3cd7
duckdb
scripts/set_tag.sh
@@ -9,7 +9,7 @@ cd ..
9
cd duckdb
10
11
TAG_NAME="$1"
12
-REMOTE_NAME="cwida" # Explicitly define the target remote
+REMOTE_NAME="origin" # Explicitly define the target remote
13
14
echo "--- Updating tag '$TAG_NAME' on remote '$REMOTE_NAME' ---"
15
@@ -26,4 +26,4 @@ git tag -fa "$TAG_NAME" -m "DuckPGQ custom tag '$TAG_NAME'"
26
# 4. Force-push the new tag to your fork, overwriting the remote one if it exists.
27
git push "$REMOTE_NAME" --tags --force
28
29
-echo "--- Successfully updated tag '$TAG_NAME' on remote '$REMOTE_NAME' ---"
+echo "--- Successfully updated tag '$TAG_NAME' on remote '$REMOTE_NAME' ---"
0 commit comments