]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/nightly.sh
Limit github actions on PR
[github/Chocobozzz/PeerTube.git] / scripts / nightly.sh
index bde5d57b964c889e242ae2d2ffa153061ef482c3..c4c6f87b573673ca8bd4fc857054a77f024ece3a 100755 (executable)
@@ -20,6 +20,9 @@ tar_name="peertube-nightly-$today.tar.xz"
 
 npm run build
 
+nightly_version="nightly-$today"
+sed -i 's/"version": "\([^"]\+\)"/"version": "\1-'"$nightly_version"'"/' ./package.json
+
 # Creating the archives
 (
   # local variables
@@ -40,3 +43,5 @@ npm run build
   # temporary setup destruction
   rm "$directory_name"
 )
+
+git checkout -- ./package.json