mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
ci(npm-publish): fix jobs dependencies (#811)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user