mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-25 09:03:04 +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