From bfa8a17f3413b4d1f09cec2ce70d261927bd240d Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Sat, 6 Sep 2025 16:19:51 -0400 Subject: [PATCH] We need the assets before we can publish --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75dedd1..b628b9f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -71,6 +71,7 @@ jobs: publish-npm: runs-on: ubuntu-24.04 + needs: codegen permissions: contents: read id-token: write