@samitouri / QOSAMI-WSL / commits / ae780d11

Changed trigger for workflow to be correct one (#12571)

Craig Loewen committed Feb 10, 2025 at 14:44 UTC ae780d11a1dc0cb00b7011cd9a309f9d40392140
1 file changed +1 -1
.github/workflows/winget.yml
+1 -1
@@ -2,7 +2,7 @@ name: Publish to Winget
2
3 on:
4 release:
5 - types: [published]
5 + types: [released]
6
7 jobs:
8 publish: