Skip to content

Commit

Permalink
fix(publish): Update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent 9c55665 commit 45e7d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Expand Up @@ -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

0 comments on commit 45e7d8d

Please sign in to comment.