diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..684b5fd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @omnisend/integrations diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml new file mode 100644 index 0000000..d8f057f --- /dev/null +++ b/.github/workflows/release-plugin.yml @@ -0,0 +1,19 @@ +name: Release plugin + +on: [workflow_dispatch] + +jobs: + svn: + name: Release new tag + runs-on: [self-hosted, development] + steps: + - name: Install SVN + run: apt-get update && apt-get install -y subversion + - uses: actions/checkout@master + - name: WordPress Plugin Deploy + uses: omnisend/action-wordpress-plugin-deploy@v1.0.3 + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SLUG: omnisend-for-ninja-forms-add-on + BUILD_DIR: omnisend-for-ninja-forms diff --git a/README.md b/README.md index 657dda4..0d04cf4 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # Omnisend Add-on for Ninja Forms WordPress plugin + +Link to plugin in Wordpress app store: [link](https://wordpress.org/plugins/omnisend-for-ninja-forms-add-on/).