Skip to content

Commit aedb8eb

Browse files
committed
fix(release): make Winget step non-blocking until first manual submission
1 parent 511b189 commit aedb8eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
SCOOP_TAP_TOKEN: ${{ secrets.WINGET_TOKEN }}
6262

6363
- name: Submit to Winget
64-
if: "!contains(github.ref, '-')" # Skip pre-releases
64+
# Skip pre-releases; continue-on-error until first manual submission to winget-pkgs
65+
if: "!contains(github.ref, '-')"
66+
continue-on-error: true
6567
uses: vedantmgoyal9/winget-releaser@v2
6668
with:
6769
identifier: fulgidus.revoco

0 commit comments

Comments
 (0)