Skip to content

Commit 413fe9a

Browse files
authored
bug: fix FaustWP Github Workflow Deployment Process (#2057)
* Added change to faustwp to force a release update. * Added Changeset * Added tag for Github actions.
1 parent 205c518 commit 413fe9a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.changeset/dirty-spoons-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@faustwp/wordpress-plugin": patch
3+
---
4+
5+
Added tested up to WordPress 6.7.2 for the FaustWP plugin.

.github/actions/release-plugin/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ runs:
6565
token: ${{ inputs.github_token }}
6666
files: ${{ env.zip-path }}
6767
asset_name: faustwp-${{ env.VERSION }}.zip
68+
tag_name: ${{ env.VERSION }}
6869
overwrite: true
6970

7071
- id: upload-org-release-to-github
@@ -74,4 +75,5 @@ runs:
7475
token: ${{ inputs.github_token }}
7576
files: ${{ env.org-zip-path }}
7677
asset_name: faustwp-${{ env.VERSION }}.org.zip
78+
tag_name: ${{ env.VERSION }}
7779
overwrite: true

plugins/faustwp/faustwp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Version: 1.7.4
1313
* Requires PHP: 7.4
1414
* Requires at least: 5.7
15+
* Tested up to: 6.7.2
1516
* Update URI: false
1617
*
1718
* @package FaustWP

0 commit comments

Comments
 (0)