Commit 99de8a5
committed
fix(release): use bash shell for cross-platform compatibility
Windows runners default to PowerShell which doesn't support [[ ]] syntax.
Adding 'shell: bash' ensures consistent bash syntax across all platforms.
This fixes: ParserError: Missing '(' after 'if' in if statement
Signed-off-by: Michael A. Kuykendall <michaelallenkuykendall@gmail.com>1 parent 7fe5487 commit 99de8a5
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments