Skip to content

Commit

Permalink
Merge pull request #21 from omnisend/misc/update-github-workflow
Browse files Browse the repository at this point in the history
Update github workflow
  • Loading branch information
arnas authored Feb 9, 2024
2 parents f1d1e27 + b8cb278 commit 3e9999e
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 3e9999e

Please sign in to comment.