mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-14 02:20:57 +01:00
Fixed error in release.yml
This commit is contained in:
parent
34838a0c67
commit
ae0373f480
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -11,12 +11,16 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
- uses: Swatinem/rust-cache@v1.0.1
|
name: publish to crates.io
|
||||||
- name: Publish crate
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
steps:
|
||||||
run: cargo publish --manifest-path kalk/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
|
- uses: actions/checkout@master
|
||||||
- name: Publish CLI
|
- uses: Swatinem/rust-cache@v1.0.1
|
||||||
run: sleep 20 && cargo publish --manifest-path kalk_cli/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
|
- name: Publish crate
|
||||||
|
continue-on-error: true
|
||||||
|
run: cargo publish --manifest-path kalk/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
|
||||||
|
- name: Publish CLI
|
||||||
|
run: sleep 20 && cargo publish --manifest-path kalk_cli/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
|
||||||
|
|
||||||
release_linux:
|
release_linux:
|
||||||
name: release linux
|
name: release linux
|
||||||
|
Loading…
Reference in New Issue
Block a user