We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511b189 commit aedb8ebCopy full SHA for aedb8eb
1 file changed
.github/workflows/release.yml
@@ -61,7 +61,9 @@ jobs:
61
SCOOP_TAP_TOKEN: ${{ secrets.WINGET_TOKEN }}
62
63
- name: Submit to Winget
64
- if: "!contains(github.ref, '-')" # Skip pre-releases
+ # Skip pre-releases; continue-on-error until first manual submission to winget-pkgs
65
+ if: "!contains(github.ref, '-')"
66
+ continue-on-error: true
67
uses: vedantmgoyal9/winget-releaser@v2
68
with:
69
identifier: fulgidus.revoco
0 commit comments