Skip to content

Commit 37d4968

Browse files
committed
include magic-link directory with release package
1 parent 8ae139b commit 37d4968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build project
2424
run: |
2525
mkdir disciple-tools-team-module
26-
cp -r disciple-tools-team-module.php admin assets languages post-type spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-team-module/
26+
cp -r disciple-tools-team-module.php admin assets languages magic-link post-type spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-team-module/
2727
zip -r disciple-tools-team-module.zip disciple-tools-team-module
2828
- name: Create Release
2929
id: create_release

disciple-tools-team-module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: The Team Module adds a way to access and share contacts and groups in a collaborative team setting.
66
* Text Domain: disciple-tools-team-module
77
* Domain Path: /languages
8-
* Version: 1.1.0
8+
* Version: 1.1.1
99
* Author URI: https://github.com/cairocoder01
1010
* GitHub Plugin URI: https://github.com/cairocoder01/disciple-tools-team-module
1111
* Requires at least: 4.7.0

version-control.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Disciple.Tools - Team Module",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"last_updated": "2024-10-09",
55
"author": "cairocoder01",
66
"author_homepage": "https://github.com/cairocoder01",

0 commit comments

Comments
 (0)