From 5c82b71b9c69ba9d31251fec50cf89ff67304530 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 17 Oct 2020 21:13:13 +0200 Subject: [PATCH] Escape even more things in drone (maybe it will work this time) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b3e8672..a18e592 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: # Make sure that the -master suffix is added to release files - export VERSION=${DRONE_TAG##v} - if [ -z "$$VERSION" ]; then export VERSION=${DRONE_BRANCH}; fi - - sed -i "s/$${version}/$$VERSION/g" package.json + - sed -i "s/\$${version}/$$VERSION/g" package.json - yarn install - yarn dist --linux --windows