-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Winget Releaser workflow #276
Conversation
4ec176a
to
15c9958
Compare
@rhysd Updates on this? I have manually created a PR on the new version for now: microsoft/winget-pkgs#101511 |
Ah, I'm sorry for this issue remaining open. Due to my personal reason, it is difficult to respond any issues/PRs for now. But I'll take a look at this within this week. |
I setup a token and fork repository. I'll try the first releaese. |
Did you install the Pull app on your fork? https://pull.git.ci/process/rhysd/winget-pkgs is showing "Not found." |
@sitiom I ran the action and the PR was created. If you have time, would you check the manifest submitted in the PR is correct? I'm not familiar with the manifest scheme. |
Looks good. The CI should fail if there is some error installing the manifest. |
OK, thanks for checking that. It seems to work fine. |
This action automatically generates manifests for Winget Community Repository (microsoft/winget-pkgs) and submits them.
Before merging this:
public_repo
scope as a repository secret namedWINGET_TOKEN
.You can test out the action inputs in this playground.
If you want to see an example of a PR created using this action, see microsoft/winget-pkgs/pulls (Pull request has been created with WinGet Releaser).