Skip to content

Commit

Permalink
Create svn.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner authored Sep 30, 2022
1 parent 7704e32 commit 5714862
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/svn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: New CosmosPay release

on:
release:
types: [published]

jobs:
tag:
name: New release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Plugin Deploy
uses: Pierre-Lannoy/wordpress-actions/dotorg-plugin-deploy@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLUG: cosmos-pay
NAME: cosmos-pay
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 comments on commit 5714862

Please sign in to comment.