Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created November 24, 2024 12:03
Show Gist options
  • Save davidperezgar/86a013110d7105f6e60775fb500efc97 to your computer and use it in GitHub Desktop.
Save davidperezgar/86a013110d7105f6e60775fb500efc97 to your computer and use it in GitHub Desktop.

Revisions

  1. davidperezgar created this gist Nov 24, 2024.
    16 changes: 16 additions & 0 deletions deploy.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    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 }}