Skip to content

Commit 433508b

Browse files
committed
Make WP.org asset directory if it doesn’t exist.
1 parent 8062749 commit 433508b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wporg-assets-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
git config --global user.name "10upbot on GitHub"
1919
git commit -m "Remove readme.md for WordPress.org deploy"
2020
21+
- name: Create .wordpress-org directory if it doesn't exist.
22+
run: mkdir -p .wordpress-org
23+
2124
- name: WordPress.org plugin asset/readme update
2225
uses: 10up/action-wordpress-plugin-asset-update@stable
2326
env:

0 commit comments

Comments
 (0)