Skip to content

Commit

Permalink
Push to correct origin in publish recipe (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 5, 2021
1 parent 83edb16 commit 4de93e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4de93e1

Please sign in to comment.