Fix crates.io deployment job

This commit is contained in:
Patrick Förster 2022-06-12 16:14:10 +02:00
parent 382d960378
commit 5d3ad2aa85

View file

@ -68,9 +68,9 @@ jobs:
with:
profile: minimal
override: true
- run: cargo publish --token ${CRATES_TOKEN}
- run: cargo publish
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ctan:
name: CTAN
needs: [github, crates]