chore: don't publish in actions

This commit is contained in:
spacelin 2021-02-22 17:22:31 +08:00
parent 860d242e3f
commit 70a200e458

View File

@ -24,13 +24,3 @@ jobs:
with:
toolchain: stable
override: true
- name: cargo publish blflash
uses: actions-rs/cargo@v1
with:
command: publish
args: --manifest-path blflash/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}
- name: cargo publish cargo-blflash
uses: actions-rs/cargo@v1
with:
command: publish
args: --manifest-path cargo-blflash/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}