From 74410b606e9ed595b198b52d598de24966746c49 Mon Sep 17 00:00:00 2001 From: Miguel Lo-A-Foe Date: Mon, 29 Jan 2024 14:56:05 +0100 Subject: [PATCH] fix dependency name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0392fbe..7e1874b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: package: name: Build and push image runs-on: ubuntu-latest - needs: [build, test] + needs: build_and_test permissions: contents: read packages: write