From bd87f6f0f75b4e97e0b9c78d8b282103c317683b Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 17 Oct 2020 20:50:43 +0200 Subject: [PATCH] Fix the other sed in drone v5 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cc12eb2..6f1c38b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - unzip vikunja-frontend-master.zip -d frontend - sed -i 's/\\/api\\/v1//g' frontend/index.html # Make sure that the -master suffix is added to release files - - sed -i 's/\\$\{version\}/master/g' package.json + - sed -i 's/\$\{version\}/master/g' package.json - yarn install - yarn dist --linux --windows