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 d04d469 commit a338422Copy full SHA for a338422
.github/workflows/npm-package.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
conan-recipe-version:
11
name: Calculate version numbers
12
- uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml
+ uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@main
13
permissions:
14
contents: read
15
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- 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
+ uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@NP-637_conan_v2_wasm # Change to `main` after merge
26
with:
27
conan_user: ${{ secrets.CONAN_USER }}
28
conan_password: ${{ secrets.CONAN_PASS }}
0 commit comments