Commit c5b2c3d
committed
fix(ci): inline cd in goreleaser before-hook (map form rejected by OSS v2.15.4)
GoReleaser v2.15.4 OSS rejects the 'cmd:/dir:' map form in before.hooks
with 'cannot unmarshal !!map into string' even though the schema documents
it. Use 'sh -c' to cd into the provider module instead.1 parent 676c22c commit c5b2c3d
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments