diff --git a/tag.sh b/tag.sh index 8a5c039..f635fd0 100755 --- a/tag.sh +++ b/tag.sh @@ -97,8 +97,7 @@ main() { pushd "$SCRIPT_DIR" > /dev/null - git fetch "$remote" - git tag -a -m "Release $tag" "$tag" "$remote/master" "${force[@]}" + git tag -a -m "Release $tag" "$tag" "${force[@]}" if [[ -z "$skip_push" ]]; then git push "$remote" "refs/tags/$tag" "${force[@]}"