Skip to content

Commit 112a167

Browse files
authored
ci(npm-publish): fix jobs dependencies (#811)
1 parent 5c5f441 commit 112a167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
name: npm-${{matrix.library}}
8484
path: npm-packages/*.tgz
8585

86-
nuget-merge:
86+
npm-merge:
8787
name: Merge artifacts
8888
runs-on: ubuntu-latest
8989
needs: build
@@ -103,7 +103,7 @@ jobs:
103103
environment: publish
104104
needs:
105105
- preflight
106-
- build
106+
- npm-merge
107107

108108
steps:
109109
- name: Download NPM packages artifact

0 commit comments

Comments
 (0)