Skip to content

Commit aafe394

Browse files
committed
ci: fix deploymment workflow
1 parent 744f51a commit aafe394

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deployment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ jobs:
6464
with:
6565
toolchain: stable
6666

67-
env:
68-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
69-
7067
- id: publish
7168
name: Publish Crates
69+
env:
70+
CARGO_REGISTRY_TOKEN: "${{ secrets.CARGO_REGISTRY_TOKEN }}"
7271
run: |
7372
cargo publish -p torrust-tracker-contrib-bencode
7473
cargo publish -p torrust-tracker-located-error

0 commit comments

Comments
 (0)