generated from PlexSheep/baserepo
fix publish ci
This commit is contained in:
parent
310945bf0b
commit
6e205b1707
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- uses: katyo/publish-crates@v2
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
|
args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
|
||||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||||
# - uses: katyo/publish-crates@v2
|
# - uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
Reference in New Issue