Merge pull request #58 from RealOrangeOne/rename-version-file

Rename version file to remove bwrs reference
This commit is contained in:
Daniel García 2022-01-02 23:45:59 +01:00 committed by GitHub
commit df278edcab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ npm run dist:oss:selfhost
# Create bwrs-version.json with the latest tag from the remote repo.
printf '{"version":"%s"}' \
"$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' https://github.com/dani-garcia/bw_web_builds.git 'v*' | tail -n1 | sed -E 's#.*?refs/tags/v##')" \
> build/bwrs-version.json
> build/vw-version.json
# Prepare the final archives
mv build web-vault