From 33a9802116f3ffdd428ff598c694c59438fb8956 Mon Sep 17 00:00:00 2001 From: kodemon Date: Mon, 5 Jan 2026 23:48:47 +0100 Subject: [PATCH] fix: publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 99e8fe6..87ea18c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: publish: runs-on: ubuntu-latest - needs: [lint, test] + needs: [check, test] permissions: contents: read