Skip to content

Commit b1cacba

Browse files
committed
ci skip
1 parent 26a395e commit b1cacba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
| sort-by -r created_at | get tag_name?.0? | default ''
7878
| parse '{version}-nightly.{build}+{hash}'
7979
if ($latest_meta.0?.hash? | default '') == $sha_short {
80-
print $'(ansi g)Latest nightly build is up-to-date, skip creating tag.(ansi reset)'
80+
print $'(ansi g)Latest nightly build is up-to-date, skip rebuilding.(ansi reset)'
8181
$'skip=true(char nl)' o>> $env.GITHUB_OUTPUT
8282
exit 0
8383
}

0 commit comments

Comments
 (0)