Tagbot - "tried to create a release but ran into this error"

Hi,

I have a package that’s close to being accepted into the registry.

I get this message from julia-tagbot:

tried to create a release but ran into this error:

App is installed for user but the repository is not enabled

To retry, comment on this PR with the phrase TagBot tag .

I think it’s because I originally had no TagBot.yml in the github/workflows/ directory (I’m new to all this…). I’ve retrospectively added one but still get the message when I retry.

Can someone suggest the step I’m missing here?

thanks

Graham

Maybe try renaming .github/Workflows to .github/workflows. (Lower case “W”). That’s the only difference I can see between your project and others.

ah, brilliant, thanks. I think that was it.