Skip to content

Commit

Permalink
Add version to workflow
Browse files Browse the repository at this point in the history
Contribute to NP-637
  • Loading branch information
jellespijker committed Dec 9, 2024
1 parent d04d469 commit a338422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
conan-recipe-version:
name: Calculate version numbers
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@main
permissions:
contents: read

Expand All @@ -22,7 +22,7 @@ jobs:

steps:
- name: Setup the build environment
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
with:
conan_user: ${{ secrets.CONAN_USER }}
conan_password: ${{ secrets.CONAN_PASS }}
Expand Down

0 comments on commit a338422

Please sign in to comment.