File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 url : https://github.com/digital-asset/da-marketplace
99 source_url : https://github.com/digital-asset/da-marketplace
1010 license : 0BSD
11- tags : ' [dabl-sample-app, application, experimental]'
11+ tags : [dabl-sample-app, application, experimental]
1212 icon_file : da-marketplace.svg
1313subdeployments :
1414 - da-marketplace-0.3.0.dar
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ echo "Retagging versions in all files..."
3030
3131echo " Tagging dabl-meta.yaml"
3232if echo " $app_version " | grep -q ' -' ; then
33- yq w -i $dabl_meta ' catalog. tags' ' [dabl-sample-app, application, experimental]'
33+ sed -ri " s/tags:.*/ tags: [dabl-sample-app, application, experimental]/ " $dabl_meta
3434else
35- yq w -i $dabl_meta ' catalog. tags' ' [dabl-sample-app, application]'
35+ sed -ri " s/tags:.*/ tags: [dabl-sample-app, application]/ " $dabl_meta
3636fi
3737
3838echo " Tagging daml.yaml"
You can’t perform that action at this time.
0 commit comments