Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Feb 6, 2024
1 parent 06f0801 commit 2722b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2722b28

Please sign in to comment.