mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-10 23:20:06 +01:00
Fix publish job
This commit is contained in:
parent
e1b3cc82ce
commit
718b8e9c90
1 changed files with 3 additions and 12 deletions
15
.github/workflows/publish.yml
vendored
15
.github/workflows/publish.yml
vendored
|
|
@ -10,15 +10,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: login
|
||||
args: -- ${{secrets.CARGO_TOKEN}}
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: publish
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo login ${{secrets.CARGO_TOKEN}}
|
||||
- run: cargo publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue