Commit 89c99ca
committed
fix: correct release-plz action ref (release-plz/action@v0.5)
The quickstart docs I fetched had email-obfuscation on the action ref:
'release-plz/[email protected]' was actually 'release-plz/action@v0.5.x' with
the @v0.5.x mangled into an email-shaped string. GitHub Actions rejected it
with 'Expected format {org}/{repo}[/path]@ref'.
Correct ref: release-plz/action@v0.5 (floating major-minor tag, latest
patch is v0.5.130 as of 2026-06-09).1 parent 77c2f25 commit 89c99ca
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments