Escape even more things in drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2020-10-17 21:07:25 +02:00
parent 885b2a2047
commit 2f6c119e6f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ steps:
# Make sure that the -master suffix is added to release files # Make sure that the -master suffix is added to release files
- export VERSION=${DRONE_TAG##v} - export VERSION=${DRONE_TAG##v}
- if [ -z "$$VERSION" ]; then export VERSION=${DRONE_BRANCH}; fi - 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 install
- yarn dist --linux --windows - yarn dist --linux --windows