• Felix Lange's avatar
    build: simplify unstable build check · 8ed72a84
    Felix Lange authored
    ci.go decides whether a build is unstable by looking at the branch and
    tag. This causes issues when a GitHub release is created on the master
    branch because the build is considered unstable (the CI environment
    reports the branch as "master").
    
    Fix this by looking at the tag only. Any tagged build is stable.
    8ed72a84
ci.go 26.5 KB