Commit 309379c
committed
fix(pulumi): explicit repo path in plugin install URL
Pulumi's 'github://api.github.com/{owner}' URL form derives the repo as
'{owner}/pulumi-{plugin-name}', i.e. it expects 'numberly/pulumi-mica'.
Our actual repo is 'numberly/terraform-provider-mica' so the implicit form
404s. Use the two-segment form 'github://api.github.com/{owner}/{repo}' to
point at the right release source.
Apply the fix to both the goreleaser-rendered release notes and the
pulumi/README.md install snippet.1 parent 1c514b4 commit 309379c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments