Skip to content

Commit

Permalink
Create deploy-on-pushing-a-new-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adegans authored Jul 6, 2024
1 parent 6721784 commit adcee61
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 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,18 @@
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
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: adrotate # optional, remove if GitHub repo name matches SVN slug, including capitalization

0 comments on commit adcee61

Please sign in to comment.