Skip to content

Commit

Permalink
Remove registry entry from justfile for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Laeri committed Jun 8, 2023
1 parent b831841 commit edf3aaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export MANPAGES_DIR := "./pkg/assets/man"


rustc-version := "1.69.0-x86_64-unknown-linux-gnu"
publish-registry := "crates.io"

cargo +args='':
cargo {{args}}
Expand Down Expand Up @@ -51,7 +50,6 @@ publish +args='': verify-clean-git verify-release-tag-does-not-exist pre-release
git push
sleep 0.25
cargo +{{rustc-version}} publish \
--registry {{publish-registry}} \
--no-default-features {{args}}
echo "adding git tag, now that EVERYTHING worked..."
git tag "v$(just get-crate-version)"
Expand Down

0 comments on commit edf3aaa

Please sign in to comment.