Skip to content

Commit 6db4b06

Browse files
feat: Remove publish to crates.io job (#801)
1 parent d8ab6ac commit 6db4b06

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,3 @@ jobs:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
target: ${{ matrix.platform.target }}
5151
runs_on: ${{ matrix.platform.os }}
52-
53-
publish-cratesio:
54-
name: Publish to Crates.io
55-
runs-on: ubuntu-20.04
56-
steps:
57-
- uses: actions/checkout@v4
58-
59-
- name: Install Rust toolchain
60-
uses: dtolnay/rust-toolchain@v1
61-
with:
62-
toolchain: stable
63-
64-
- name: Enable caching
65-
uses: Swatinem/rust-cache@v2
66-
67-
- name: Install dependencies
68-
run: sudo apt-get update && sudo apt-get install musl-tools
69-
70-
- name: Publish espflash
71-
run: |
72-
cd espflash
73-
cargo publish --token ${{ secrets.CARGO_API_KEY }}
74-
- name: Publish cargo-espflash
75-
run: |
76-
cd cargo-espflash
77-
cargo publish --token ${{ secrets.CARGO_API_KEY }}

0 commit comments

Comments
 (0)