Use bash for release script

This fixes this repo to use bash for this script, matching the other repos.
pull/21833/head
J. Ryan Stinnett 2020-03-02 17:48:38 +00:00 committed by RiotRobot
parent 6068ab1446
commit fa79bc93ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Script to perform a release of matrix-react-sdk.
#