cargo publish is now done by GitHub action

pull/252/head
Wilfred Hughes 2022-04-10 15:39:02 +07:00
parent 6a566b33f5
commit 167bd65c15
1 changed files with 0 additions and 1 deletions

@ -2,7 +2,6 @@
set -ex
cargo publish
VERSION=$(cargo metadata | jq -r '.packages | .[] | select(.name == "difftastic") | .version')
git tag $VERSION
git push --tags