Skip to content

Commit

Permalink
Deploy upon tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Mar 19, 2024
1 parent 155e82f commit c00b8cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/worg-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy to WordPress.org
on:
push
push:
tags:
- "*"
jobs:
tag:
name: New tag
Expand All @@ -10,8 +12,6 @@ jobs:
uses: actions/checkout@v4
- 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 }}

0 comments on commit c00b8cc

Please sign in to comment.