Skip to content

Commit 616bd9d

Browse files
committed
ci: keep post-release distribution non-blocking
1 parent 46b82d5 commit 616bd9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ jobs:
483483
needs: [publish]
484484
runs-on: ubuntu-latest
485485
if: github.event_name == 'push' && !contains(github.ref_name, '-')
486+
continue-on-error: true
486487
permissions:
487488
contents: write
488489
steps:
@@ -594,6 +595,7 @@ jobs:
594595
needs: [publish]
595596
runs-on: macos-latest
596597
if: github.event_name == 'push' && !contains(github.ref_name, '-')
598+
continue-on-error: true
597599
steps:
598600
- name: Guard on secret
599601
id: guard
@@ -628,6 +630,7 @@ jobs:
628630
needs: [publish]
629631
runs-on: windows-latest
630632
if: github.event_name == 'push' && !contains(github.ref_name, '-')
633+
continue-on-error: true
631634
steps:
632635
- name: Guard on secret
633636
id: guard

0 commit comments

Comments
 (0)