Commit cac038f
Chirag Aggarwal
fix(publish): quote release tag passed to SignPath
SignPath's GitHub Action parses each parameter value as JSON, so a bare
20.2.0-rc.1 fails with a SyntaxError at position 4. Wrap the value in
double quotes so it's interpreted as a JSON string.1 parent 66bfb48 commit cac038f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments