Skip to content

Commit 9d29fc2

Browse files
committed
Rename canary release tag to canary-latest
The previous canary tag name was burned by an immutable release and cannot be reused on this repo, so adopt a fresh name for the rolling GitHub release.
1 parent f173140 commit 9d29fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
set -euo pipefail
5656
short_sha="${SHA:0:7}"
57-
tag="canary"
57+
tag="canary-latest"
5858
title="Canary (${short_sha})"
5959
notes_file="canary-notes.md"
6060
{

0 commit comments

Comments
 (0)