Skip to content

Commit

Permalink
fix: add missing package in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 13, 2024
1 parent e966ae4 commit 3267bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: "${{ secrets.TORRUST_UPDATE_CARGO_REGISTRY_TOKEN }}"
run: |
cargo publish -p bittorrent-tracker-client
cargo publish -p torrust-tracker
cargo publish -p torrust-tracker-client
cargo publish -p torrust-tracker-clock
Expand Down

0 comments on commit 3267bc7

Please sign in to comment.