mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-12 08:00:08 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
- run: cargo login ${{secrets.CARGO_TOKEN}}
|
||||||
profile: minimal
|
- run: cargo publish
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: login
|
|
||||||
args: -- ${{secrets.CARGO_TOKEN}}
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: publish
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue