Compare commits

..

No commits in common. "16879b913feac607a58d722feb656c1c1a665d1d" and "fb3cc7a36d821a26be145d333085608002f28b9f" have entirely different histories.

View file

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