We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91fdcc9 + a6453dd commit 338a870Copy full SHA for 338a870
.github/workflows/trunk-release-tag.yml
@@ -120,3 +120,12 @@ jobs:
120
asset_path: ./string-locator.zip
121
asset_name: string-locator.zip
122
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