git remote -v
This commit is contained in:
parent
48157a0ea0
commit
1360bf3044
1 changed files with 1 additions and 0 deletions
|
@ -25,5 +25,6 @@ git commit -m "Bump version to $new_version"
|
|||
echo "commiting succeeded"
|
||||
git tag -a "v$new_version" -m "Release version $new_version"
|
||||
echo "tagging succeeded"
|
||||
git remote -v
|
||||
git push main HEAD --tags
|
||||
echo "pushing succeeded"
|
Loading…
Reference in a new issue