File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 run : composer install --no-dev --optimize-autoloader
2121
2222 - name : Zip project
23- run : zip -r invoiceninja-wordpress .zip . -x '*.git*' assets/images/screenshot.png bump_version.sh .gitignore
23+ run : zip -r invoiceninja.zip . -x '*.git*' assets/images/screenshot.png bump_version.sh .gitignore
2424
2525 - name : Upload app archive to workflow
2626 uses : actions/upload-artifact@v3
2727 with :
28- name : InvoiceNinja-WordPress
29- path : invoiceninja-wordpress .zip
28+ name : InvoiceNinja
29+ path : invoiceninja.zip
3030
3131 - name : Download artifacts
3232 uses : actions/download-artifact@v3
4040 draft : false
4141 prerelease : false
4242 title : " Latest Release"
43- automatic_release_tag : " v1.0.3 "
43+ automatic_release_tag : " v1.0.4 "
4444 files : |
45- ${{ github.workspace }}/artifacts/InvoiceNinja-WordPress
45+ ${{ github.workspace }}/artifacts/InvoiceNinja
4646
4747# - name: Submit to WordPress Plugin Store
4848# env:
Original file line number Diff line number Diff line change 11# Invoice Ninja
22
33License: GPLv2 or later
4- Stable tag: 1.0.3
4+ Stable tag: 1.0.4
55
66WordPress plugin for Invoice Ninja
77
Original file line number Diff line number Diff line change 44 * Plugin Name: Invoice Ninja
55 * Plugin URI: https://github.com/invoiceninja/wordpress
66 * Description: WordPress plugin for Invoice Ninja
7- * Version: 1.0.3
7+ * Version: 1.0.4
88 * Author: Inovice Ninja
99 * Author URI: https://invoiceninja.com
1010 * GitHub Plugin URI: https://github.com/invoiceninja/wordpress
You can’t perform that action at this time.
0 commit comments