Skip to content

Commit 338a870

Browse files
authored
Merge pull request #373 from InstaWP/vikasiwp-patch-1
integration 10up wordpress plugin deploy
2 parents 91fdcc9 + a6453dd commit 338a870

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.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)