mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 17:09:33 -07:00
Use proper string syntax
This commit is contained in:
parent
1133bc13b0
commit
05abc7fafb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
sed -i "s/version:.*/version: \"$PACKAGE_VERSION\"/g" conandata.yml
|
||||
|
||||
- name: Update resources conan package version
|
||||
if: ${{ matrix.repository == Cura }}
|
||||
if: ${{ matrix.repository == 'Cura' }}
|
||||
run: |
|
||||
PACKAGE_VERSION=${{ needs.parse-version.outputs.package_version }}
|
||||
sed -i "s/version:.*/version: \"$PACKAGE_VERSION\"/g" resources/conandata.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue