Struggling with publishing a package

I try to register a package via JuliaHub. Whatever I do every time I get the message Tag with a different commit already exists for the version mentioned in (Julia)Project.toml.

The package in question is AppliSales which is a support package I use for testing purposes. I took the next steps:

  1. Created the package with PkgTemplates,
  2. Tests run successful (add https://github.com/rbontekoe/AppliSales.jl, test AppliSales)
(AppliMaster) pkg> st
    Status `~/julia-projects/tc/AppliMaster/Project.toml`
  [c1345d04] AppliSales v0.1.1 #master (https://github.com/rbontekoe/AppliSales.jl)

(AppliMaster) pkg> test AppliSales
   Testing AppliSales
 Resolving package versions...
  Updating `/tmp/jl_lWG3km/Project.toml`
  [c1345d04] + AppliSales v0.1.1 #master (https://github.com/rbontekoe/AppliSales.jl)
  Updating `/tmp/jl_lWG3km/Manifest.toml`
 [no changes]
[ Info: Running Sandbox
    Status `/tmp/jl_lWG3km/Project.toml`
  [c1345d04] AppliSales v0.1.1 #master (https://github.com/rbontekoe/AppliSales.jl)
  [8dfed614] Test 
Test Summary: | Pass  Total
AppliSales.jl |    5      5
   Testing AppliSales tests passed 
  1. Added .github/workflows/TagBot.yml. The TagBot is running well,
  2. went to https://juliahub.com/ui/Registrator, logged in, and added the URL https://github.com/rbontekoe/AppliSales.jl. All green checkmarks are shown. I clicked the Submit button but get the error message.

Does somebody have a link to a tutorial?

Thanks in advance

The Julia version I use is v3.1.

You need to delete these tags: https://github.com/rbontekoe/AppliSales.jl/releases first. That is what Registrator is complaining about.

Thank you, it works great.

NB To delete the release I used this link Editing and deleting releases - GitHub Help)(Editing and deleting releases - GitHub Help