File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 78
78
GIT_COMMITTER_NAME : ${{ vars.BOT_GIT_COMMITTER_NAME }}
79
79
GIT_COMMITTER_EMAIL : ${{ vars.BOT_GIT_COMMITTER_EMAIL }}
80
80
81
+ - name : Setup cmake
82
+ uses : jwlawson/actions-setup-cmake@v2
83
+
81
84
- name : Publish crates to crates.io
82
85
env :
83
86
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
84
87
run : |
85
- ./scripts/ cargo- publish.sh
88
+ cargo smart-release --dry-run-cargo- publish axone-rdf axone-wasm axone-objectarium-client axone-logic-bindings axone-cognitarium-client axone-objectarium axone-cognitarium axone-law-stone axone-dataverse
Original file line number Diff line number Diff line change 89
89
crate_dependency_graph=(" ${filtered_crate_dependency_graph[@]} " )
90
90
91
91
for crate in $( topological_sort_crates) ; do
92
- cargo publish -p $crate
92
+ cargo publish -n - p $crate
93
93
done
You can’t perform that action at this time.
0 commit comments