File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
.github/actions/release-plugin Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @faustwp/wordpress-plugin " : patch
3+ ---
4+
5+ Added tested up to WordPress 6.7.2 for the FaustWP plugin.
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments