Push to correct origin in publish recipe (#1044)
This commit is contained in:
parent
83edb16135
commit
4de93e19b8
2
justfile
2
justfile
@ -70,7 +70,7 @@ publish:
|
|||||||
VERSION=`sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/\1/p' Cargo.toml | head -1`
|
VERSION=`sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/\1/p' Cargo.toml | head -1`
|
||||||
cd tmp/release
|
cd tmp/release
|
||||||
git tag -a $VERSION -m "Release $VERSION"
|
git tag -a $VERSION -m "Release $VERSION"
|
||||||
git push github $VERSION
|
git push origin $VERSION
|
||||||
cargo publish
|
cargo publish
|
||||||
cd ../..
|
cd ../..
|
||||||
rm -rf tmp/release
|
rm -rf tmp/release
|
||||||
|
Loading…
Reference in New Issue
Block a user