File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 continue-on-error : true
2626 env :
2727 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
28+ - name : Publish simulator
29+ run : cargo publish --manifest-path simulator/Cargo.toml
30+ continue-on-error : true
31+ env :
32+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
2833 - name : Publish client
2934 run : cargo publish --manifest-path client/Cargo.toml
3035 continue-on-error : true
3540 continue-on-error : true
3641 env :
3742 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
38- - name : Publish simulator
39- run : cargo publish --manifest-path simulator/Cargo.toml
40- continue-on-error : true
41- env :
42- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
4343 - name : Publish randotron
4444 run : cargo publish --manifest-path randotron/Cargo.toml
4545 continue-on-error : true
You can’t perform that action at this time.
0 commit comments