diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..9d399d0 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: Deploy to WordPress.org +on: + push: + tags: + - "*" +jobs: + tag: + name: New tag + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: WordPress Plugin Deploy + uses: 10up/action-wordpress-plugin-deploy@2.2.2 + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SLUG: gumlet-video + ASSETS_DIR: wordpress-plugin-assets