Skip to content

Commit

Permalink
Add wp.org release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Jun 10, 2024
1 parent 6e174c2 commit 3d2477a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-to-wordpress.org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "*"

jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/[email protected]
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: wpgraphql-ide

0 comments on commit 3d2477a

Please sign in to comment.