"fix CI"
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-01-17 02:17:11 +01:00
parent 808c4fc193
commit 2f997b0d8f
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 2 additions and 1 deletions

View File

@ -22,9 +22,10 @@ jobs:
[registries.cscherr]
index = "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
' > ~/.cargo/config.toml
cat ~/.cargo/config.toml
- uses: katyo/publish-crates@v2
with:
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
#- uses: katyo/publish-crates@v2
# with:
# args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}