generated from PlexSheep/baserepo
Merge pull request '.gitea/workflows/cargo-publish.yaml aktualisiert' (#43) from plexsheep-patch-1 into master
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m45s
Details
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m45s
Details
Reviewed-on: #43
This commit is contained in:
commit
f6b8e18411
|
@ -24,8 +24,7 @@ jobs:
|
||||||
' > ~/.cargo/config.toml
|
' > ~/.cargo/config.toml
|
||||||
- uses: katyo/publish-crates@v2
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
|
args: --registry cscherr
|
||||||
--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:
|
||||||
|
|
Reference in New Issue