We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5f441 commit 112a167Copy full SHA for 112a167
1 file changed
.github/workflows/npm-publish.yml
@@ -83,7 +83,7 @@ jobs:
83
name: npm-${{matrix.library}}
84
path: npm-packages/*.tgz
85
86
- nuget-merge:
+ npm-merge:
87
name: Merge artifacts
88
runs-on: ubuntu-latest
89
needs: build
@@ -103,7 +103,7 @@ jobs:
103
environment: publish
104
needs:
105
- preflight
106
- - build
+ - npm-merge
107
108
steps:
109
- name: Download NPM packages artifact
0 commit comments