Skip to content

Commit

Permalink
add rest-api to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cairocoder01 committed May 15, 2023
1 parent 5ad9f9f commit 0b4aa2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build project
run: |
mkdir disciple-tools-setup-wizard
cp -r disciple-tools-setup-wizard.php admin languages spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-setup-wizard/
cp -r disciple-tools-setup-wizard.php admin rest-api languages spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-setup-wizard/
zip -r disciple-tools-setup-wizard.zip disciple-tools-setup-wizard
- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion disciple-tools-setup-wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Disciple.Tools - Setup Wizard is intended to help developers and integrator jumpstart their extension of the Disciple.Tools system.
* Text Domain: disciple-tools-setup-wizard
* Domain Path: /languages
* Version: 0.2
* Version: 0.2.1
* Author URI: https://github.com/cairocoder01
* GitHub Plugin URI: https://github.com/cairocoder01/disciple-tools-setup-wizard
* Requires at least: 4.7.0
Expand Down
2 changes: 1 addition & 1 deletion version-control.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Disciple.Tools - Setup Wizard",
"version": "0.2",
"version": "0.2.1",
"last_updated": "2023-05-15",
"author": "cairocoder01",
"author_homepage": "https://github.com/cairocoder01",
Expand Down

0 comments on commit 0b4aa2e

Please sign in to comment.