Skip to content

Merge branch 'develop' into trunk #9

Merge branch 'develop' into trunk

Merge branch 'develop' into trunk #9

Workflow file for this run

name: Deploy to WordPress.org
permissions:
contents: read
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # v2.3.0
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}