Skip to content

Commit 0729809

Browse files
committed
fix: remove gitignore from repo while building for wp.org
1 parent 64b7f10 commit 0729809

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/stable.yml

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ jobs:
155155
composer-options: "--no-dev"
156156
- name: Create .distignore file
157157
run: cp .build-excludes .distignore
158+
- name: Remove obsolete files
159+
run: rm -rf .build-excludes .gitignore
158160
- name: Deploy to WordPress repository
159161
uses: 10up/[email protected]
160162
env:

readme.txt

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ Yes! We're offering a [custom plugin development](https://bracketspace.com/custo
101101

102102
== Changelog ==
103103

104+
= [Next] =
105+
* [Fixed] Missing plugin assets in package.
106+
104107
= 2.5.8 =
105108
* [Fixed] Undefined variable typo.
106109

0 commit comments

Comments
 (0)