We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702c1e8 commit eb1b3f5Copy full SHA for eb1b3f5
release.sh
@@ -11,4 +11,4 @@ set -euo pipefail
11
12
version=$(mix run -e 'IO.puts(Mix.Project.config[:version])')
13
git tag "v$version"
14
-git push "v$version"
+git push origin "v$version"
0 commit comments