From a55236675b4f02972c0c5d39d6df4218e9a5a903 Mon Sep 17 00:00:00 2001 From: saumyaj3 Date: Wed, 12 Feb 2025 11:54:57 +0100 Subject: [PATCH] Update version to 5.10.0 and adjust workflow paths Upgraded the version in `conandata.yml` to 5.10.0. Updated the GitHub Actions workflow to include changes to `conandata.yml` in the trigger paths. This ensures builds run correctly when the version file is modified. NP-732 --- .github/workflows/conan-package-resources.yml | 1 + resources/conandata.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conan-package-resources.yml b/.github/workflows/conan-package-resources.yml index 3a56e61a9c..7394a81ab7 100644 --- a/.github/workflows/conan-package-resources.yml +++ b/.github/workflows/conan-package-resources.yml @@ -12,6 +12,7 @@ on: - 'resources/quality/**' - 'resources/variants/**' - 'resources/conanfile.py' + - 'resources/conandata.yml' branches: - 'main' - 'CURA-*' diff --git a/resources/conandata.yml b/resources/conandata.yml index 9d7f9f6702..a30e8f2613 100644 --- a/resources/conandata.yml +++ b/resources/conandata.yml @@ -1 +1 @@ -version: "5.9.0" +version: "5.10.0"