From 45e7d8df5b7ec20dfe28323332309df3f706242f Mon Sep 17 00:00:00 2001 From: Ben Greenier Date: Fri, 29 Oct 2021 15:39:34 -0700 Subject: [PATCH] fix(publish): Update publish command --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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