Skip to content

Commit

Permalink
Plugin checker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Jun 18, 2024
1 parent 250d93a commit b6738df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
run: composer install --no-dev --optimize-autoloader

- name: Zip project
run: zip -r wordpress-plugin.zip . -x '*.git*' assets/images/screenshot.png bump_version.sh .gitignore
run: zip -r invoiceninja-wordpress.zip . -x '*.git*' assets/images/screenshot.png bump_version.sh .gitignore

- name: Upload app archive to workflow
uses: actions/upload-artifact@v3
with:
name: WordPress-Plugin
path: wordpress-plugin.zip
name: InvoiceNinja-WordPress
path: InvoiceNinja-WordPress.zip

- name: Download artifacts
uses: actions/download-artifact@v3
Expand All @@ -40,9 +40,9 @@ jobs:
draft: false
prerelease: false
title: "Latest Release"
automatic_release_tag: "v1.0.1"
automatic_release_tag: "v1.0.2"
files: |
${{ github.workspace }}/artifacts/WordPress-Plugin
${{ github.workspace }}/artifacts/InvoiceNinja-WordPress
# - name: Submit to WordPress Plugin Store
# env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Invoice Ninja

License: GPLv2 or later
Stable tag: 1.0.0
Stable tag: 1.0.2

WordPress plugin for Invoice Ninja

Expand Down
4 changes: 2 additions & 2 deletions invoiceninja.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* Plugin Name: Invoice Ninja
* Plugin URI: https://github.com/invoiceninja/wordpress
* Description: WordPress plugin for Invoice Ninja
* Version: 1.0.1
* Version: 1.0.2
* Author: Inovice Ninja
* Author URI: https://invoiceninja.com
* GitHub Plugin URI: https://github.com/invoiceninja/wordpress
* Primary Branch: main
*
* License: GPLv2 or later
* License: GPLv2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

Expand Down

0 comments on commit b6738df

Please sign in to comment.