The release workflow is failing with Fixcould not read Username for 'https://github.com': terminal prompts disabledin the release workflow. As this error is rather vague the first step would be to disable the credentials cache and remove the WF_AUTH secret, since we are fetching public repos and it should not be needed.
The release workflow is failing with
Fix
could not read Username for 'https://github.com': terminal prompts disabledin the release workflow
. As this error is rather vague the first step would be to disable the credentials cache and remove theWF_AUTH
secret, since we are fetching public repos and it should not be needed.