Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gumlet/wordpress-video-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatadia committed Nov 8, 2024
2 parents 05c425d + 6282be3 commit 3a3d681
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@2.2.2
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: gumlet-video
ASSETS_DIR: wordpress-plugin-assets

0 comments on commit 3a3d681

Please sign in to comment.