-
Notifications
You must be signed in to change notification settings - Fork 199
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
ci: add separate winget release workflow #748
Conversation
It errors because the workflow has an option to publish as draft, which then causes the winget release step to not find it :( Regex and version identifiers should actually be working fine. Think the best solution here would be to move out the winget release to a separate workflow triggered on release, e.g. name: Winget publish
on:
release:
types: [published] |
Oh yep you are right I didn't notice that, let me do it |
Ay sweet, thanks for taking care of this. Just some small style changes otherwise lgtm |
Thank you 🙌 |
If you try to run it right now it won't work as I already opened a PR for it |
Absolute chad |
🎉 This PR is included in version 3.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changed winget workflow to correctly run as intended during publish of new release