Skip to content

Commit edf3aaa

Browse files
committed
Remove registry entry from justfile for publishing
1 parent b831841 commit edf3aaa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

justfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export MANPAGES_DIR := "./pkg/assets/man"
33

44

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

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

0 commit comments

Comments
 (0)