push with push.sh instead so that we get nightly builds

This commit is contained in:
eyedeekay
2025-01-07 20:54:13 -05:00
parent ca91190c63
commit 57c7d7d341

View File

@ -1,6 +1,7 @@
#! /usr/bin/env sh #! /usr/bin/env sh
nightly_hash=nightly-$(git log -1 --format=%H) nightly_hash=nightly-$(git log -1 --format=%H)
git tag -s "$nightly_hash" nightly_date=$(date)
git tag -m "$nightly_date" -s "$nightly_hash"
git push --all git push --all
git push --tags git push --tags