Skip to content

Commit

Permalink
release wordpress org
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Feb 6, 2023
1 parent df45cf0 commit 97eb7ee
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-wordpress-org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release to WordPress.org

on:
push:
tags:
- "v*.*.*"

jobs:
release:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@master

- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: depay-payments-for-woocommerce

0 comments on commit 97eb7ee

Please sign in to comment.