Commit 83b97b6
committed
fix(ci): fix slack payload parsing and prevent notification failures from blocking CI
The release publish workflow failed because the Slack payload contained
unescaped multi-line mrkdwn content that broke the webhook action's parser.
This caused code coverage to be skipped since the job halted on the Slack error.
- Build a proper JSON payload via jq instead of raw string interpolation
- Use env vars for changesets output to avoid command injection
- Add continue-on-error to Slack steps so notifications never block the pipeline1 parent 04ae8bb commit 83b97b6
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
119 | | - | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| 164 | + | |
162 | 165 | | |
163 | 166 | | |
164 | 167 | | |
| |||
0 commit comments