File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,12 +175,5 @@ jobs:
175175
176176 - run : |
177177 cargo login <<< "${{secrets.CRATES_IO_TOKEN}}"
178- if ! PUBLISH_OUTPUT="$(cargo publish --workspace 2>&1)"; then
179- echo "$PUBLISH_OUTPUT"
180- if ! [[ "$PUBLISH_OUTPUT" =~ already\ exists\ on\ crates.io\ index ]]; then
181- exit 1
182- fi
183- echo Some crates were already published.
184- else
185- echo "$PUBLISH_OUTPUT"
186- fi
178+ cargo publish --package libshvproto-macros || true
179+ cargo publish --package shvproto || true
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "shvproto"
55description = " Rust implementation of the SHV protocol"
66license = " MIT"
77repository = " https://github.com/silicon-heaven/libshvproto-rs"
8- version = " 6.0.0 "
8+ version = " 6.0.1 "
99edition = " 2024"
1010
1111[dependencies ]
You can’t perform that action at this time.
0 commit comments