diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fb1f81..6ed652a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,12 +12,12 @@ jobs: - name: Checkout uses: actions/checkout@v5 -# # Optional: If your plugin is using composer dependencies, we want to include them -# # WITHOUT the dev dependencies. -# - name: Build -# run: | -# npm install -# npm run build + - name: Build + run: | + npm install + + mkdir -p release/trunk + grunt release:build - name: WordPress Plugin Deploy id: deploy @@ -26,6 +26,7 @@ jobs: generate-zip: true dry-run: true env: + BUILD_DIR: ./release/trunk SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} diff --git a/.wordpress-org/icon-128x128.png b/.wordpress-org/icon-128x128.png new file mode 100644 index 0000000..6946af8 Binary files /dev/null and b/.wordpress-org/icon-128x128.png differ diff --git a/.wordpress-org/icon-256x256.png b/.wordpress-org/icon-256x256.png new file mode 100644 index 0000000..ba8a4c4 Binary files /dev/null and b/.wordpress-org/icon-256x256.png differ diff --git a/.wordpress-org/screenshot-1.png b/.wordpress-org/screenshot-1.png new file mode 100644 index 0000000..e571738 Binary files /dev/null and b/.wordpress-org/screenshot-1.png differ diff --git a/.wordpress-org/screenshot-2.png b/.wordpress-org/screenshot-2.png new file mode 100644 index 0000000..d3319e4 Binary files /dev/null and b/.wordpress-org/screenshot-2.png differ