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 46
46
- name : Set the crates version
47
47
run : |
48
48
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
49
50
50
51
- name : Run `cargo metadata` to make sure the lockfile is up to date
51
52
run : cargo metadata --format-version 1
@@ -151,4 +152,4 @@ jobs:
151
152
ref: `heads/${branch}`,
152
153
sha: commit,
153
154
});
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"
27
27
[workspace .dependencies ]
28
28
29
29
# Workspace crates
30
- # TODO: we need to automate the publishing of the workspace crates and version bumps
31
30
mas-axum-utils = { path = " ./crates/axum-utils/" , version = " =0.7.0" }
32
31
mas-cli = { path = " ./crates/cli/" , version = " =0.7.0" }
33
32
mas-config = { path = " ./crates/config/" , version = " =0.7.0" }
You can’t perform that action at this time.
0 commit comments