mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-22 01:09:15 +03:00
Fix publish crate workflow
This commit is contained in:
parent
6a345beec9
commit
80badccb55
1
.github/workflows/publish-crate.yaml
vendored
1
.github/workflows/publish-crate.yaml
vendored
@ -5,7 +5,6 @@ on: workflow_dispatch
|
||||
jobs:
|
||||
publish-crate:
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["build-binary", "publish-docker"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user