From 2722b2858ccf7793a3429a267145061bb4064194 Mon Sep 17 00:00:00 2001 From: Eric Teubert Date: Tue, 6 Feb 2024 13:10:28 +0100 Subject: [PATCH] chore: update github workflow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c8b7ad..2cbb5a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,14 +6,14 @@ on: - "!*-beta*" jobs: tag: - name: New tag - runs-on: ubuntu-18.04 + name: Build and Release to WordPress.org + runs-on: ubuntu-20.04 steps: - name: Setup PHP with PECL extension uses: shivammathur/setup-php@v2 with: php-version: '7.4' - - uses: actions/checkout@master + - uses: actions/checkout@v3 - name: Build run: echo "Nothing to build, just take it :)" - name: WordPress Plugin Deploy