We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b82d5 commit 616bd9dCopy full SHA for 616bd9d
1 file changed
.github/workflows/release.yml
@@ -483,6 +483,7 @@ jobs:
483
needs: [publish]
484
runs-on: ubuntu-latest
485
if: github.event_name == 'push' && !contains(github.ref_name, '-')
486
+ continue-on-error: true
487
permissions:
488
contents: write
489
steps:
@@ -594,6 +595,7 @@ jobs:
594
595
596
runs-on: macos-latest
597
598
599
600
- name: Guard on secret
601
id: guard
@@ -628,6 +630,7 @@ jobs:
628
630
629
631
runs-on: windows-latest
632
633
634
635
636
0 commit comments