Skip to content

Commit

Permalink
Extending release process
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Jun 24, 2024
1 parent dc9c33a commit 10fb500
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: attachmentav.zip
- name: Deploy to Wordpress Plugin Directory
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: attachmentav
BUILD_DIR: plugin
with:
dry-run: true

0 comments on commit 10fb500

Please sign in to comment.