Skip to content

Commit

Permalink
Add the deploy ci (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honemo authored Jun 5, 2024
1 parent 31944b6 commit 1315861
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy to WordPress.org
on:
release:
types:
- published
jobs:
tag:
name: New Release
runs-on: ubuntu-latest
steps:

- name: Checkout
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: backwpup

0 comments on commit 1315861

Please sign in to comment.