1
0

Fix sed version escape v2

This commit is contained in:
kolaente
2020-10-17 21:05:05 +02:00
parent d7d9ab252a
commit d6bdd2e80d

View File

@ -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