Skip to content

Commit eb1b3f5

Browse files
committed
Fix git push
1 parent 702c1e8 commit eb1b3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ set -euo pipefail
1111

1212
version=$(mix run -e 'IO.puts(Mix.Project.config[:version])')
1313
git tag "v$version"
14-
git push "v$version"
14+
git push origin "v$version"

0 commit comments

Comments
 (0)