diff --git a/.github/workflows/reusable-release-wporg.yml b/.github/workflows/reusable-release-wporg.yml index 79c7535..296908d 100644 --- a/.github/workflows/reusable-release-wporg.yml +++ b/.github/workflows/reusable-release-wporg.yml @@ -37,11 +37,8 @@ jobs: - name: Install dependencies run: npm ci --legacy-peer-deps - - name: Download release artifacts - uses: actions/download-artifact@v4 - with: - name: release-artifacts - path: release/ + - name: Build release artifacts + run: npm run build && npm run release:archive - name: Verify release artifacts run: |