AWS Upload workflow should recognise that master
and main
are both default branches in repos
#61
Labels
bug
Something isn't working
There is some logic in the AWS Upload workflow that creates a file called
release_name
if the triggering push is for a non-default branch, which is determined by checking the branch name againstrefs/heads/main
.Some older repos still use
refs/heads/master
as the default branch name (the previous default in GitHub), so the conditional should also include a check against that name.The text was updated successfully, but these errors were encountered: