You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I maintain a package where the default branch name is main instead of master, I think it may also be the jackfan.us.kg-wide default for new repositories now (?)
Would love to use elm-publish-action to automate publishing new versions, but to do that I think this action would have to support publishing packages from main as well as master? It looks like it checks for refs/heads/master only here:
I maintain a package where the default branch name is
main
instead of master, I think it may also be the jackfan.us.kg-wide default for new repositories now (?)Would love to use
elm-publish-action
to automate publishing new versions, but to do that I think this action would have to support publishing packages frommain
as well asmaster
? It looks like it checks forrefs/heads/master
only here:elm-publish-action/src/main.ts
Line 36 in 67ef64e
Would a patch to allow publishing from main / master, or a more generic solution to make it configurable be welcomed?
The text was updated successfully, but these errors were encountered: