Commit 986f7e2
fix(build): remove -f flag from goreleaser curl to avoid blocking GitHub Pages upload
The -f (fail) flag on the curl command was causing the script to exit with non-zero status on HTTP errors, which blocked the GitHub Pages workflow from completing. Using -sL (silent + follow redirects) instead is sufficient for the script's needs.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 4bec54e commit 986f7e2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments