Skip to content

Commit d2bd726

Browse files
committed
fix: skip existing set back to true
1 parent 0ac8397 commit d2bd726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,5 +382,5 @@ jobs:
382382
# verbose: true
383383
# print-hash: true
384384
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
385-
# skip-existing: true
385+
skip-existing: true
386386

0 commit comments

Comments
 (0)