From 81165c83fb0623b7c1ff7c05142a49853199f3e9 Mon Sep 17 00:00:00 2001 From: dwickr <71142931+dwickr@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:20:58 -0500 Subject: [PATCH] fix(ci): remove job dependency I removed the build job from this job definition (since we don't have a test step) but forgot to remove the job dependency --- .github/workflows/npm-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a575918..76b6552 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -9,7 +9,6 @@ on: jobs: publish-npm: - needs: build runs-on: ubuntu-latest permissions: contents: read