diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54d7d17..cd4117c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -180,13 +180,23 @@ jobs: run: | cp LICENSE integrate-rybbit/ - - name: Create plugin zip - run: | - zip -r integrate-rybbit.zip integrate-rybbit + - name: Deploy to WordPress.org + uses: 10up/action-wordpress-plugin-deploy@stable + id: deploy + with: + generate-zip: true + dry-run: true + env: + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SLUG: integrate-rybbit + VERSION: ${{ env.VERSION }} + BUILD_DIR: integrate-rybbit/ + ASSETS_DIR: assets/ - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: - files: integrate-rybbit.zip + files: ${{ github.workspace }}/${{ steps.deploy.outputs.zip_path }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 580e645..a3b3dea 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Rybbit is a privacy-focused and GDPR-compliant web analytics platform. # Screenshot -![Integrate Rybbit Settings Page](assets/img/tracking.png) +![Integrate Rybbit Settings Page](assets/screenshot-1.png) ## Migration from Rybbit Analytics diff --git a/assets/icon-128x128.png b/assets/icon-128x128.png new file mode 100644 index 0000000..3ed4be5 Binary files /dev/null and b/assets/icon-128x128.png differ diff --git a/assets/icon-256x256.png b/assets/icon-256x256.png new file mode 100644 index 0000000..5638acd Binary files /dev/null and b/assets/icon-256x256.png differ diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 0000000..18c7497 --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/tracking.png b/assets/screenshot-1.png similarity index 100% rename from assets/img/tracking.png rename to assets/screenshot-1.png diff --git a/assets/screenshot-2.png b/assets/screenshot-2.png new file mode 100644 index 0000000..10e6651 Binary files /dev/null and b/assets/screenshot-2.png differ diff --git a/assets/screenshot-3.png b/assets/screenshot-3.png new file mode 100644 index 0000000..5f6db9b Binary files /dev/null and b/assets/screenshot-3.png differ diff --git a/assets/screenshot-4.png b/assets/screenshot-4.png new file mode 100644 index 0000000..ae68a33 Binary files /dev/null and b/assets/screenshot-4.png differ