Skip to content

Commit eaa9785

Browse files
committed
fix(ci): remove crates.io publish from release.yml
1 parent 18acd31 commit eaa9785

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ jobs:
2727
- name: Run tests
2828
run: cargo test && cargo test --all-features
2929

30-
- name: Cargo login
31-
run: cargo login ${{ secrets.CARGO_API_TOKEN }}
32-
33-
- name: Release lib
34-
run: cd cambridge-asm && cargo publish && cd ..
35-
36-
- name: Release bin
37-
run: cd cambridge-asm-cli && cargo publish && cd ..
38-
3930
- name: Build all targets
4031
run: python3 .github/buildall.py
4132

Cargo.lock

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cambridge-asm-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cambridge = ["cambridge-asm/cambridge"]
1717

1818
[dependencies]
1919
env_logger = "0.9"
20-
cambridge-asm = { path = "../cambridge-asm" }
20+
cambridge-asm = "0.11.2"
2121

2222
[dependencies.clap]
2323
version = "3.0"

0 commit comments

Comments
 (0)