Skip to content

Commit

Permalink
ci: fix cargo publish command
Browse files Browse the repository at this point in the history
Copy/paste error. The command to publish crates wsa copied from the
Tracker which has more than one package (cargo workspace).
  • Loading branch information
josecelano committed Jul 10, 2023
1 parent 6347cdb commit 6bf1b19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
toolchain: stable

- name: Publish workspace packages
run: |
cargo publish -p torrust-tracker-located-error
cargo publish -p torrust-tracker-primitives
cargo publish -p torrust-tracker-configuration
cargo publish -p torrust-tracker-test-helpers
cargo publish -p torrust-tracker
run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit 6bf1b19

Please sign in to comment.