mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 18:58:31 +00:00
Fix crates.io deployment job
This commit is contained in:
parent
382d960378
commit
5d3ad2aa85
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue