Skip to content
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

Merged
merged 7 commits into from
Sep 29, 2024
Merged

Conversation

vikingnope
Copy link
Contributor

@vikingnope vikingnope commented Sep 29, 2024

Changed winget workflow to correctly run as intended during publish of new release

@lars-berger
Copy link
Member

It errors because the workflow has an option to publish as draft, which then causes the winget release step to not find it :(

image

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]

@vikingnope
Copy link
Contributor Author

Oh yep you are right I didn't notice that, let me do it

@vikingnope vikingnope changed the title Changed the winget workflow to find the correct exe file Changed the winget workflow file Sep 29, 2024
.github/workflows/winget-release.yaml Outdated Show resolved Hide resolved
.github/workflows/winget-release.yaml Outdated Show resolved Hide resolved
.github/workflows/winget-release.yaml Outdated Show resolved Hide resolved
.github/workflows/winget-release.yaml Show resolved Hide resolved
@lars-berger
Copy link
Member

Ay sweet, thanks for taking care of this. Just some small style changes otherwise lgtm

@lars-berger lars-berger changed the title Changed the winget workflow file ci: add separate winget release workflow Sep 29, 2024
@lars-berger lars-berger merged commit 5b08174 into glzr-io:main Sep 29, 2024
1 check passed
@lars-berger
Copy link
Member

Thank you 🙌

@vikingnope
Copy link
Contributor Author

If you try to run it right now it won't work as I already opened a PR for it

@lars-berger
Copy link
Member

Absolute chad

Copy link

github-actions bot commented Oct 1, 2024

🎉 This PR is included in version 3.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants