fix(ci): update sdk test app version correctly
arcad/edge/pipeline/head There was a failure building this commit Details

This commit is contained in:
wpetit 2023-10-02 15:26:16 -06:00
parent 4fe68e335a
commit 0a9bfeb9dc
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ gitea-release: tools/yq/bin/yq tools/gitea-release/bin/gitea-release.sh goreleas
cp CHANGELOG.md .gitea-release/
# Create client-sdk-testsuite package
tools/yq/bin/yq -i '.version = "$(MKT_PROJECT_VERSION)"' ./misc/client-sdk-testsuite/dist/manifest.yml
tools/yq/bin/yq -i ".version = \"$(MKT_PROJECT_VERSION)\"" ./misc/client-sdk-testsuite/dist/manifest.yml
bin/cli app package -d ./misc/client-sdk-testsuite/dist -o .gitea-release
GITEA_RELEASE_PROJECT="edge" \