Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adegans committed Jul 6, 2024
2 parents 9748319 + 71a7f49 commit d602f3d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy-on-pushing-a-new-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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/action-wordpress-plugin-deploy@stable
with:
dry-run: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: ${{ secrets.PLUGIN_SLUG }}

0 comments on commit d602f3d

Please sign in to comment.