diff --git a/justfile b/justfile index bdbe545..fc518e3 100755 --- a/justfile +++ b/justfile @@ -70,7 +70,7 @@ publish: VERSION=`sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/\1/p' Cargo.toml | head -1` cd tmp/release git tag -a $VERSION -m "Release $VERSION" - git push github $VERSION + git push origin $VERSION cargo publish cd ../.. rm -rf tmp/release