Commit 25b43d3
fix(publish): quote release tag passed to SignPath (#313)
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.
Co-authored-by: Chirag Aggarwal <chirag@appwrite.io>1 parent 66bfb48 commit 25b43d3
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