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
After we publish a new release, a GH Action runs to deploy it to WinGet using wingetcreate. This task fails with the following error:
...
Submitting pull request for manifest...
Unable to create a reference to the forked repository. This can be caused when the forked repository is behind by too many commits. Sync your fork and try again.
Error: Process completed with exit code 1.
##[debug]Finishing: Publish manifest with winget-create
This appears to be a know problem with wingetcreate and has been discussed in
the following links which may have insight into the problem:
@ryfu-msft It created directly in this fork. After a release is published, an action in .github/workflows/release-winget.yml runs (also in this fork) and tries to submit the artifacts to winget's database.
After we publish a new release, a GH Action runs to deploy it to WinGet using
wingetcreate
. This task fails with the following error:This appears to be a know problem with
wingetcreate
and has been discussed inthe following links which may have insight into the problem:
At this point, we are blocked from deploying releases to winget until a fix in
wingetcreate
is available or there is new guidance on how to use it.The text was updated successfully, but these errors were encountered: