1
0
mirror of https://github.com/kami-blue/client synced 2025-02-04 06:21:35 +00:00

Run bump website nightlies when releasing

This commit is contained in:
Dominika 2020-08-12 18:34:45 -04:00
parent 2344080f09
commit 9ba691d31f
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F

View File

@ -30,6 +30,7 @@ cd ~/website/
git pull
sleep 1
./scripts/bumpWebsiteNightlies.sh
sed -i "s|beta_jar_url:.*|beta_jar_url: https://github.com/kami-blue/nightly-releases/releases/download/${CUR_VER}-${COMMIT_TRIM}/${JAR_DIR}|g" _config.yml
sed -i "s|beta_ver:.*|beta_ver: v${CUR_VER}-${COMMIT_TRIM}|g" _config.yml
git commit -a -m "bump ver to v${CUR_VER}-${COMMIT_TRIM}"