Skip to content

Commit

Permalink
Merge pull request #7 from tarosky/bugifx/bump-version
Browse files Browse the repository at this point in the history
Fix deploy script
  • Loading branch information
fumikito authored Dec 13, 2024
2 parents c8fbb29 + baf2b7e commit 27e41a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deploy Plugin

on:
push:
branches:
- master
tags:
- '*'
pull_request:
Expand Down Expand Up @@ -95,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@main

- name: Setup PHP with composer
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributors: tarosky,Takahashi_Fumiki
Tags: post, media, expiration
Requires at least: 5.9
Requires PHP: 7.2
Tested up to: 6.5
Tested up to: 6.7
Stable tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down

0 comments on commit 27e41a5

Please sign in to comment.