Skip to content

Commit 03b33fa

Browse files
committed
Tag pre-releases as "nightly" rather than "latest"
"latest" is a bit special in a sense that Github will automatically add that label to the latest final release. Let's avoid the name clash and call it "nightly" instead.
1 parent c963c90 commit 03b33fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "::set-output name=title::${GITHUB_REF#refs/tags/}"
3232
else
3333
echo "::set-output name=prerelease::true"
34-
echo "::set-output name=release_tag::latest"
34+
echo "::set-output name=release_tag::nightly"
3535
echo "::set-output name=title::Development Build"
3636
fi
3737

0 commit comments

Comments
 (0)