fix: add script
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2023-09-04 22:05:36 +02:00
parent 63519c15d2
commit e5b4cc23e4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 0 deletions

7
bumpp.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
set -e
cat package.json | sed "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" > tmp.json
mv tmp.json package.json