Skip to content

Commit cc48335

Browse files
publish simulator before client (#3)
1 parent 0c8f2d2 commit cc48335

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
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
@@ -35,11 +40,6 @@ jobs:
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

0 commit comments

Comments
 (0)