Use bash for release script

This fixes this repo to use bash for this script, matching the other repos.
This commit is contained in:
J. Ryan Stinnett
2020-03-04 11:24:21 +00:00
committed by RiotRobot
parent 6068ab1446
commit fa79bc93ce
+1 -1
View File
@@ -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.
# #