File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -23,36 +23,8 @@ permissions:
2323 pull-requests : write
2424
2525jobs :
26- publish-dry-run :
27- name : " Runs cargo publish --dry-run"
28- runs-on : ubuntu-latest
29- steps :
30- - name : Checkout
31- uses : actions/checkout@v6
32-
33- - name : Setup Rust
34- uses : dtolnay/rust-toolchain@stable
35-
36- - name : Setup Rust Cache
37- uses : Swatinem/rust-cache@v2
38-
39- - name : Setup Cargo Binstall
40- uses : cargo-bins/cargo-binstall@main
41-
42- - name : Install Rust Binaries
43- run : cargo binstall -y --force cargo-tag
44-
45- - name : Build (debug)
46- run : cargo b
47-
48- - name : publish crate
49- run : |
50- cargo package --list --allow-dirty
51- cargo publish --dry-run --allow-dirty
52-
5326 build-binaries :
5427 name : Build binaries
55- needs : publish-dry-run
5628 strategy :
5729 matrix :
5830 include :
You can’t perform that action at this time.
0 commit comments