generated from PlexSheep/baserepo
Merge pull request '"fix CI"' (#47) from devel into master
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 2m4s
Details
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 2m4s
Details
Reviewed-on: #47
This commit is contained in:
commit
16879b913f
|
@ -22,9 +22,10 @@ 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_CRATESIO }}
|
args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||||
#- 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 }}
|
||||||
|
|
Reference in New Issue