We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faf3c3 commit c7ca471Copy full SHA for c7ca471
.github/workflows/nightly-build.yml
@@ -57,7 +57,7 @@ jobs:
57
# All the changes will be overwritten by the upstream main branch
58
git reset --hard src/main
59
git push origin main -f
60
- let sha_short = (git rev-parse --short origin/main | str trim | str substring 0..7)
+ let sha_short = (git rev-parse --short origin/main | str trim | str substring 0..6)
61
let tag_name = $'nightly-($sha_short)'
62
if (git ls-remote --tags origin $tag_name | is-empty) {
63
git tag -a $tag_name -m $'Nightly build from ($sha_short)'
0 commit comments