From 53e5d471016d0152655a884a8902a1565a010fe8 Mon Sep 17 00:00:00 2001 From: Vio Date: Thu, 27 Jul 2023 00:26:15 +0200 Subject: [PATCH] build: Fix publish dependency --- .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 d833dee1..2654e626 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: # Run only for version tags if: contains(github.ref, 'refs/tags/v') needs: - - build + - test runs-on: ubuntu-latest permissions: id-token: write