Problem with Publishing assistant: step 11

Does anybody know where in git checkouts the alire index in step step 11 of the publishing assistant.

Publishing assistant: step 11 of 13: Clone community index
error: Command ["git", "checkout", "upstream/stable-1.4.0", "-B", "release/adacl_aunit-7.2.0"] exited with code 1 and output: Fehler: Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\nüberschrieben werden:\n	.github/workflows/build-distros.yml\n	.github/workflows/check-with-script.yml\n	POLICY.md\n	index/li/libhello/libhello-1.0.1.toml\n	index/pi/pico_xbsp/pico_xbsp-1.8.0.toml\nBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\nwechseln.\nAbbruch

I looked at all the usual places and could not find anything. And why those 5 files? Only one is one of my files. The others I would never touch.

I think I had problems with publishing once due to the PAT being too restrictive.

I find that even with alr publish set up correctly it always fails then I have to cd into the community index repo directory and run git push -u origin HEAD. Ideally this were not the case and the CLI automatically figures it out for you, as well as opening the PR on your behalf. Although this should be a simple fix and usage has been mostly smooth.

Created an associated GitHub issue: `alr publish` fails on `git push` at step 10 · Issue #2166 · alire-project/alire · GitHub