diff --git a/justfile b/justfile index 90d2636..ca43cec 100755 --- a/justfile +++ b/justfile @@ -77,7 +77,7 @@ publish: publish-check git branch | grep '* master' git tag -a {{version}} -m 'Release {{version}}' git push github {{version}} - cargo +nightly publish + cargo publish push: check ! git branch | grep '* master'