Use bash for release script
This fixes this repo to use bash for this script, matching the other repos.
This commit is contained in:
parent
6ba9f78888
commit
677dce75c5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Script to perform a release of matrix-react-sdk.
|
# Script to perform a release of matrix-react-sdk.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue