We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132f7d1 commit c65b1f2Copy full SHA for c65b1f2
.github/workflows/release.yaml
@@ -81,6 +81,7 @@ jobs:
81
with:
82
token: ${{ secrets.CODECOV_TOKEN }}
83
if: success()
84
+ continue-on-error: true
85
86
# NOTE@jsjoeio - we do this so we can strip out the v
87
# i.e. v4.9.1 -> 4.9.1
0 commit comments