Commit 37949ad
authored
chore: fix release actions (#1630)
* chore: update macos runner image
The macOS-13 based runner images are now retired. For more details, see actions/runner-images#13046.
* chore: fix failing release action
Errors:
- Run OneSignal/sdk-actions/.github/actions/setup-git-user@main
- Run git config --local user.email "noreply@onesignal.com"
- fatal: --local can only be used inside a git repository
It needs to be moved back into the body of the xcframework repository steps1 parent c2ba503 commit 37949ad
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 195 | | |
199 | 196 | | |
200 | 197 | | |
| |||
212 | 209 | | |
213 | 210 | | |
214 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| |||
0 commit comments