Skip to content

Commit

Permalink
Merge pull request #16 from goiblas/chore/manual_deploy
Browse files Browse the repository at this point in the history
add manual workflow deploy
  • Loading branch information
goiblas committed Apr 7, 2024
2 parents 76a99e6 + 302b9ff commit 8c7b91a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy to WordPress.org
on: workflow_dispatch

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
ASSETS_DIR: ${{ secrets.ASSETS_DIR }}
SLUG: schedule-content-block

0 comments on commit 8c7b91a

Please sign in to comment.