Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnas committed Feb 9, 2024
1 parent f1d1e27 commit b8cb278
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
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/[email protected]
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: omnisend
BUILD_DIR: omnisend
svn:
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 b8cb278

Please sign in to comment.