From e1576343a86dca9a6e82ff14a4ae9a8873366e0e Mon Sep 17 00:00:00 2001 From: Hussein Galal Date: Tue, 20 Jun 2023 21:02:41 +0300 Subject: [PATCH] Fix action ci (#47) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 260390bd..649c0144 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: image: ibuildthecloud/github-release:v0.0.1 options: -v ${{ github.workspace }}:/work run: | - /bin/drone-github-release --api_key ${{ secrets.TOKEN }} --build.event tag --files /work/bin/* --prerelease true + --api_key ${{ secrets.TOKEN }} --build.event tag --files /work/bin/* --prerelease true - name: Docker Hub Login uses: docker/login-action@v2 with: