We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744f51a commit aafe394Copy full SHA for aafe394
.github/workflows/deployment.yaml
@@ -64,11 +64,10 @@ jobs:
64
with:
65
toolchain: stable
66
67
- env:
68
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
69
-
70
- id: publish
71
name: Publish Crates
+ env:
+ CARGO_REGISTRY_TOKEN: "${{ secrets.CARGO_REGISTRY_TOKEN }}"
72
run: |
73
cargo publish -p torrust-tracker-contrib-bencode
74
cargo publish -p torrust-tracker-located-error
0 commit comments