This repository was archived by the owner on Sep 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 - name : Set the crates version
4747 run : |
4848 sed -i "s/^package.version = .*/package.version = \"${{ steps.next.outputs.version }}\"/" Cargo.toml
49+ sed -i "/path = \".\/crates\//s/version = \".*\"/version = \"=${{ steps.next.outputs.version }}\"/" Cargo.toml
4950
5051 - name : Run `cargo metadata` to make sure the lockfile is up to date
5152 run : cargo metadata --format-version 1
@@ -151,4 +152,4 @@ jobs:
151152 ref: `heads/${branch}`,
152153 sha: commit,
153154 });
154- console.log("Updated branch ref:", ref.data.url);
155+ console.log("Updated branch ref:", ref.data.url);
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ broken_intra_doc_links = "deny"
2727[workspace .dependencies ]
2828
2929# Workspace crates
30- # TODO: we need to automate the publishing of the workspace crates and version bumps
3130mas-axum-utils = { path = " ./crates/axum-utils/" , version = " =0.7.0" }
3231mas-cli = { path = " ./crates/cli/" , version = " =0.7.0" }
3332mas-config = { path = " ./crates/config/" , version = " =0.7.0" }
You can’t perform that action at this time.
0 commit comments