Fix publish crate workflow

This commit is contained in:
fabianlindfors 2024-01-22 00:03:02 +01:00
parent 6a345beec9
commit 80badccb55

View File

@ -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