Commit 23321cb
Fix version stripping in GitHub action to prevent double 'v' prefix
The blauqs/actions-download-asset action prepends a 'v' to the version,
so we need to strip the first character from our tag name (e.g., 'vjamscribe-2'
becomes 'jamscribe-2') to avoid 'vvjamscribe-2' format.
Co-authored-by: Michael Kochell <mickmister@users.noreply.github.com>1 parent e14dc64 commit 23321cb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments