;tools:just: nightly-tag-release -> nightly-tag
This commit is contained in:
parent
81f228cf7f
commit
dac0d5a4ee
2
Justfile
2
Justfile
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user