Skip to content

Commit

Permalink
update release plugin action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabiermi committed May 3, 2024
1 parent 39914c2 commit d6c3c11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: omnisend
BUILD_DIR: omnisend

0 comments on commit d6c3c11

Please sign in to comment.