diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 90531c3..dfb0fee 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -43,3 +43,17 @@ jobs: git push origin ${{ steps.extract_tag.outputs.tag_version }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + release_new_tag: + if: ${{ startsWith(github.ref, 'refs/tags/v') }} + name: Release new tag + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + - 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 + BUILD_DIR: omnisend