Skip to content

Commit 584d956

Browse files
ci: change publishing tool to crate workspaces
1 parent e777c96 commit 584d956

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,7 @@ jobs:
3838
default: true
3939
override: true
4040

41-
- name: Setup cmake
42-
uses: jwlawson/actions-setup-cmake@v2
43-
with:
44-
cmake-version: "3.29.0"
45-
46-
- name: Cargo install smart-release
47-
run: cargo install cargo-smart-release
48-
4941
- name: Publish crates to crates.io
5042
env:
5143
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
52-
run: |
53-
cargo smart-release --execute --update-crates-index --no-push --no-changelog --no-changelog-github-release \
54-
axone-rdf \
55-
axone-wasm \
56-
axone-objectarium-client \
57-
axone-logic-bindings \
58-
axone-cognitarium-client \
59-
axone-objectarium \
60-
axone-cognitarium \
61-
axone-law-stone \
62-
axone-dataverse
44+
run: cargo workspaces publish --publish-as-is --allow-branch main

0 commit comments

Comments
 (0)