Skip to content

Commit

Permalink
ci: fix deploymment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Sep 15, 2023
1 parent 744f51a commit aafe394
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ jobs:
with:
toolchain: stable

env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- id: publish
name: Publish Crates
env:
CARGO_REGISTRY_TOKEN: "${{ secrets.CARGO_REGISTRY_TOKEN }}"
run: |
cargo publish -p torrust-tracker-contrib-bencode
cargo publish -p torrust-tracker-located-error
Expand Down

0 comments on commit aafe394

Please sign in to comment.