Skip to content

Commit a6453dd

Browse files
authored
Update trunk-release-tag.yml
1 parent 91fdcc9 commit a6453dd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/trunk-release-tag.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,12 @@ jobs:
120120
asset_path: ./string-locator.zip
121121
asset_name: string-locator.zip
122122
asset_content_type: application/zip
123+
124+
- name: WordPress Plugin Deploy
125+
id: wporg-plugin-deploy
126+
uses: 10up/action-wordpress-plugin-deploy@stable
127+
env:
128+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
129+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
130+
SLUG: string-locator
131+
BUILD_DIR: string-locator

0 commit comments

Comments
 (0)