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
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -11,6 +11,10 @@ env:
|
||||
jobs:
|
||||
|
||||
publish:
|
||||
name: publish to crates.io
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: Swatinem/rust-cache@v1.0.1
|
||||
- name: Publish crate
|
||||
continue-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user