diff --git a/.drone.yml b/.drone.yml index b8d214b..cc48f02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - sed -i 's/\\/api\\/v1//g' frontend/index.html - yarn install # 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 dist --linux --windows - name: release