generated from PlexSheep/baserepo
this time it will work
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
1147575dc0
commit
f2af0bc323
|
@ -14,10 +14,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: |
|
||||
for CRATE in {libpt-log,libpt-core,libpt-math,libpt-ccc,libpt-bintols,libpt-hedu,libpt-net,libpt-bin,libpt}; do
|
||||
cargo publish \
|
||||
--index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
|
||||
-p $CRATE
|
||||
;
|
||||
done
|
||||
- uses: katyo/publish-crates@v2
|
||||
with:
|
||||
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
|
||||
# - uses: katyo/publish-crates@v2
|
||||
# with:
|
||||
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
|
|
Reference in New Issue