generated from PlexSheep/baserepo
Release 0.2.6
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled
Details
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled
Details
libpt@0.2.6 libpt-bin@0.2.6 libpt-bintols@0.2.6 libpt-ccc@0.2.6 libpt-core@0.2.6 libpt-hedu@0.2.6 libpt-log@0.2.6 libpt-math@0.2.6 libpt-net@0.2.6 Generated by cargo-workspaces
This commit is contained in:
parent
819becd741
commit
549313424f
|
@ -26,7 +26,8 @@ jobs:
|
|||
' > ~/.cargo/config.toml
|
||||
cat ~/.cargo/config.toml
|
||||
echo Registry Token: ${{ secrets.CARGO_PUBLISH_CSCHERR }}
|
||||
- name: install cargo workspace
|
||||
run: cargo install cargo-workspaces
|
||||
- name: publish crates on git.cscherr.de
|
||||
uses: katyo/publish-crates@v2
|
||||
with:
|
||||
args: --registry cscherr
|
||||
run: |
|
||||
cargo workspaces publish --registry cscherr skip
|
||||
|
|
|
@ -13,7 +13,7 @@ members = [
|
|||
default-members = [".", "members/libpt-bin", "members/libpt-core"]
|
||||
[workspace.package]
|
||||
publish = true
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
edition = "2021"
|
||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||
license = "MIT"
|
||||
|
|
Reference in New Issue