@ -21,7 +21,7 @@ func main() {
tag := gha.GetInput("tag")
if tag == "" {
tag = ctx.Ref
}
if !strings.HasPrefix(tag, "refs/tags/") {
gha.Fatalf("ref %s is not a tag", tag)
The note is not visible to the blocked user.