Compare commits

..

No commits in common. "166b6285a9522bdf89e1ccbe1a72724db33c0fb0" and "68e9ffcf70d6b3602170f468056344ab18ca29f2" have entirely different histories.

View file

@ -16,7 +16,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: katyo/publish-crates@v2
with:
args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
# - uses: katyo/publish-crates@v2
# with:
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}