diff --git a/Justfile b/Justfile index 7d63bf3..1952292 100644 --- a/Justfile +++ b/Justfile @@ -25,4 +25,4 @@ set-version version: # Attempts to publish the crate using `cargo workspaces` publish: - cargo workspaces publish --from-git --no-git-commit --no-git-push --no-git-tag -y + cargo workspaces publish --from-git -y --token $CARGO_REGISTRY_TOKEN