From 112a1672d57e709550f84b0b69cee5f1737eb2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Cortier?= <3809077+CBenoit@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:01:58 -0400 Subject: [PATCH] ci(npm-publish): fix jobs dependencies (#811) --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d204e518..819edd04 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -83,7 +83,7 @@ jobs: name: npm-${{matrix.library}} path: npm-packages/*.tgz - nuget-merge: + npm-merge: name: Merge artifacts runs-on: ubuntu-latest needs: build @@ -103,7 +103,7 @@ jobs: environment: publish needs: - preflight - - build + - npm-merge steps: - name: Download NPM packages artifact