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 84f3e5a commit c5b57c5Copy full SHA for c5b57c5
.github/workflows/conan-package.yml
@@ -26,3 +26,10 @@ jobs:
26
conan-package:
27
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
28
secrets: inherit
29
+
30
+ npm-package:
31
+ needs: [ conan-package ]
32
+ uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@main
33
+ with:
34
+ package_version_full: ${{ needs.conan-package.outputs.package_version_full }}
35
+ secrets: inherit
.github/workflows/npm-package.yml
0 commit comments