Skip to content

Commit 850bce3

Browse files
authored
fix(release-wporg): build release artifacts before uploading to WP.org (#227)
* fix(release-wporg): build release artifacts before uploading to WP.org * fix: build before archiving
1 parent c5e6fb1 commit 850bce3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/reusable-release-wporg.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ jobs:
3737
- name: Install dependencies
3838
run: npm ci --legacy-peer-deps
3939

40-
- name: Download release artifacts
41-
uses: actions/download-artifact@v4
42-
with:
43-
name: release-artifacts
44-
path: release/
40+
- name: Build release artifacts
41+
run: npm run build && npm run release:archive
4542

4643
- name: Verify release artifacts
4744
run: |

0 commit comments

Comments
 (0)