Skip to content

Commit

Permalink
Reformat tag
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 4, 2024
1 parent cb57b60 commit 84bcd3d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Deploy to WordPress.org
on:
push:
tags:
- "*"
- "*"
jobs:
push-built-release:
name: Deploy plugin version to WP.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: publish-to-apple-news
- uses: actions/checkout@master
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: publish-to-apple-news

0 comments on commit 84bcd3d

Please sign in to comment.