diff --git a/.github/workflows/newrelease.yml b/.github/workflows/newrelease.yml deleted file mode 100644 index 4ea2c1f..0000000 --- a/.github/workflows/newrelease.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: New Release - -on: - push: - tags: - - "*" - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checking Out Plugin Data - uses: actions/checkout@v1 - - name: Installing Composer - uses: pxgamer/composer-action@master - with: - command: install --no-dev - - name: WordPress Plugin Deploy - uses: varunsridharan/action-wp-org-deploy@master - with: - WORDPRESS_PASSWORD: ${{ secrets.WP_PASSWORD }} - WORDPRESS_USERNAME: ${{ secrets.WP_USERNAME }} - SLUG: your-plugin-slug - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}