Skip to content

Commit c5b57c5

Browse files
committed
Remove obsolete npm-package workflow and integrate it into conan-package workflow in GitHub Actions
1 parent 84f3e5a commit c5b57c5

File tree

2 files changed

+7
-37
lines changed

2 files changed

+7
-37
lines changed

.github/workflows/conan-package.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ jobs:
2626
conan-package:
2727
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
2828
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

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)