Compare commits

..

No commits in common. "f6b8e184115b17d086751a7b7b1d82f7d2618529" and "faade267cb068ec4aea2de6b41f21ef177164400" have entirely different histories.

View file

@ -24,7 +24,8 @@ jobs:
' > ~/.cargo/config.toml ' > ~/.cargo/config.toml
- uses: katyo/publish-crates@v2 - uses: katyo/publish-crates@v2
with: with:
args: --registry cscherr args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
--registry cscherr
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }} registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
# - uses: katyo/publish-crates@v2 # - uses: katyo/publish-crates@v2
# with: # with: