Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 8a0aecf

Browse files
authored
Merge pull request #276 from wp-graphql/fix-wp-org-deploy
ci: Define assets dir to fix pathing issue
2 parents e2896b0 + c03285a commit 8a0aecf

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/soft-pears-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wpgraphql-ide": patch
3+
---
4+
5+
test13

.github/workflows/release-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ jobs:
193193
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
194194
SLUG: wpgraphql-ide
195195
VERSION: ${{ steps.get_version_info.outputs.version_number }}
196+
ASSETS_DIR: ''
196197

197198
- name: Create plugin artifact
198199
run: npm run build:zip

0 commit comments

Comments
 (0)