Skip to content

Commit

Permalink
Deploy action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
picocodes committed Dec 30, 2024
1 parent cebbe71 commit b683fcb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Configure Git safe directory
run: git config --global --add safe.directory /github/workspace
- name: Install SVN
run: sudo apt-get install subversion -y
- name: WordPress.org plugin asset/readme update
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ jobs:
name: New release
runs-on: ubuntu-latest
steps:
- name: Configure Git safe directory
run: git config --global --add safe.directory /github/workspace
- name: Checkout code
uses: actions/checkout@master
- name: Install SVN
run: sudo apt-get install subversion -y
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@master
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions noptin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Description: A very fast and lightweight WordPress newsletter plugin
* Author: Noptin Newsletter
* Author URI: https://github.com/picocodes
* Version: 3.6.10
* Version: 3.6.11
* Text Domain: newsletter-optin-box
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down Expand Up @@ -46,7 +46,7 @@ class Noptin {
* @var string Plugin version
* @since 1.0.0
*/
public $version = '3.6.10';
public $version = '3.6.11';

/**
* The current database version.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Tags: newsletter, newsletter form, newsletter subscribers, newsletter widget, wo
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.2
Version: 3.6.10
Stable tag: 3.6.10
Version: 3.6.11
Stable tag: 3.6.11
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Donate link: https://noptin.com/products/?utm_source=wp-repo&utm_medium=donate&utm_campaign=readme
Expand Down

0 comments on commit b683fcb

Please sign in to comment.