;tools:just: nightly-tag-release -> nightly-tag

This commit is contained in:
Simon Michael 2025-09-26 15:50:48 -10:00
parent 81f228cf7f
commit dac0d5a4ee

View File

@ -1083,7 +1083,7 @@ nightly-push:
gh release view -w nightly gh release view -w nightly
# Point the nightly tag at the latest release, locally and on github. Run after a release. # Point the nightly tag at the latest release, locally and on github. Run after a release.
@nightly-tag-release: @nightly-tag:
git tag -f nightly $(just relver) git tag -f nightly $(just relver)
git push -f origin nightly git push -f origin nightly