👷 Remove needs: [docker-manifest] from release.yml

This commit is contained in:
M. Mert Yildiran 2022-12-30 05:54:07 +03:00
parent f4106bcdb2
commit e375cb2654
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -13,7 +13,6 @@ jobs:
cli:
name: Build the CLI and publish
runs-on: ubuntu-latest
needs: [docker-manifest]
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2