JuliaRegistries / TagBot

Creates tags, releases, and changelogs for your Julia packages when they're registered
https://github.com/marketplace/actions/julia-tagbot
MIT License
94 stars 20 forks source link

TagBot internal failure #226

Closed jd-lara closed 2 years ago

jd-lara commented 2 years ago

The action of TagBot is finishing successfully but not making the release and it provides a cryptic error about internal failure.

https://github.com/NREL-SIIP/PowerFlows.jl/actions/runs/2030970328

SimonDanisch commented 2 years ago

I have the same problem: https://github.com/JuliaGizmos/Observables.jl/runs/6255860921?check_suite_focus=true

henry2004y commented 2 years ago

Same here: https://github.com/henry2004y/Vlasiator.jl/runs/6326908837?check_suite_focus=true This has not been fixed since last week. Is it GItHub's server issue?

jd-lara commented 2 years ago

This issue is caused by the fact that the default names of the branch is now main and not master in the actions.

henry2004y commented 2 years ago

This issue is caused by the fact that the default names of the branch is now main and not master in the actions.

This sounds strange, because GitHub has changed the default branch name at least one year ago? And based on https://github.com/JuliaRegistries/TagBot#release-branch-selection it seems to me that Actions only need to know which one is the default branch, but they don't care about what the actual name is.

How did you fix this? Changing the default branch name from master to main? I tried the other way by adding branch: master in the TagBot.yml, but somehow it didn't work...