Skip to content

Commit 9ba691d

Browse files
committed
Run bump website nightlies when releasing
1 parent 2344080 commit 9ba691d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/hook.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cd ~/website/
3030

3131
git pull
3232
sleep 1
33+
./scripts/bumpWebsiteNightlies.sh
3334
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
3435
sed -i "s|beta_ver:.*|beta_ver: v${CUR_VER}-${COMMIT_TRIM}|g" _config.yml
3536
git commit -a -m "bump ver to v${CUR_VER}-${COMMIT_TRIM}"

0 commit comments

Comments
 (0)