Skip to content

Commit a338422

Browse files
committed
Add version to workflow
Contribute to NP-637
1 parent d04d469 commit a338422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
conan-recipe-version:
1111
name: Calculate version numbers
12-
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml
12+
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@main
1313
permissions:
1414
contents: read
1515

@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Setup the build environment
25-
uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@NP-637_conan_v2_wasm # Remove this line after merge
25+
uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@NP-637_conan_v2_wasm # Change to `main` after merge
2626
with:
2727
conan_user: ${{ secrets.CONAN_USER }}
2828
conan_password: ${{ secrets.CONAN_PASS }}

0 commit comments

Comments
 (0)