mirror of
https://github.com/nix-community/disko
synced 2024-11-14 16:17:06 +00:00
release: fix wrong push command
This commit is contained in:
parent
a361933236
commit
8c1668edec
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ git commit -am "release: reset released flag"
|
|||
echo "Release was prepared successfully!"
|
||||
echo "To push the release, run the following command:"
|
||||
echo
|
||||
echo " git push origin master v$version && git push --force latest"
|
||||
echo " git push origin master v$version && git push --force origin latest"
|
||||
echo
|
||||
echo "After that, create a release on GitHub:"
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue