From abc7b2679cf405f60ae0935519a97f962232d54c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 8 Oct 2023 12:08:35 +0200 Subject: [PATCH] updated validator to rsvalidator --- commit_and_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit_and_tag.sh b/commit_and_tag.sh index 7dad5a7..d0c4243 100755 --- a/commit_and_tag.sh +++ b/commit_and_tag.sh @@ -14,5 +14,5 @@ new_tag="$major.$minor.$patch" git tag "$new_tag" -git push origin master +git push -u origin main git push --tags \ No newline at end of file