mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 09:38:19 -07:00
Merge pull request #58 from RealOrangeOne/rename-version-file
Rename version file to remove bwrs reference
This commit is contained in:
commit
df278edcab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user