diff --git a/.github/workflows/release-asset.yml b/.github/workflows/release-asset.yml index 662a0f1ef..ffed5e0d8 100644 --- a/.github/workflows/release-asset.yml +++ b/.github/workflows/release-asset.yml @@ -9,8 +9,12 @@ name: Beta Release jobs: build: name: Upload Release Asset - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: + - name: Setup PHP with PECL extension + uses: shivammathur/setup-php@v2 + with: + php-version: '7.4' - name: Checkout code uses: actions/checkout@v2 - name: Build project diff --git a/bin/release.sh b/bin/release.sh index 05adbed0f..5839fadf1 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -22,12 +22,12 @@ echo "----------" while true; do read -p "Correct & Continue?" yn case $yn in - [Yy]* ) + [Yy]* ) sed -i.bak "s/\(Version:\).*/\1 `echo $version | rev | cut -d/ -f1 | rev`/" $PLUGIN_FILE rm $PLUGIN_FILE.bak git add $PLUGIN_FILE git commit -m "release $version" - git tag -f -s $version -m $version + git tag -f $version -m $version break;; [Nn]* ) exit;; * ) echo "Please answer yes or no.";; diff --git a/podlove.php b/podlove.php index 71116c319..cdf0dec55 100644 --- a/podlove.php +++ b/podlove.php @@ -3,7 +3,7 @@ * Plugin Name: Podlove Podcast Publisher * Plugin URI: http://publisher.podlove.org * Description: The one and only next generation podcast publishing system. Seriously. It's magical and sparkles a lot. - * Version: 3.2.2-beta1 + * Version: 3.2.2-beta9 * Author: Podlove * Author URI: http://podlove.org * License: MIT