Skip to content

Commit

Permalink
fix(basic): Update workspace publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent ac536be commit f28619e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basic/Justfile
Expand Up @@ -29,9 +29,9 @@ set-version version:
{% if workspace %}
# 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
{% else %}
# Attempts to publish the crate using `cargo`
publish:
cargo publish
{% endif %}
{% endif %}

0 comments on commit f28619e

Please sign in to comment.