mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-16 20:09:45 +00:00
chore: don't publish in actions
This commit is contained in:
parent
860d242e3f
commit
70a200e458
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user