Skip to content

Commit

Permalink
Fixing workflow to update listing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Jun 26, 2024
1 parent 81f5230 commit 201c34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/listing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ['hyperenv', 'small']
steps:
- uses: actions/checkout@master
- uses: 10up/action-wordpress-plugin-asset-update@stable
- 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
IGNORE_OTHER_FILES: true
BUILD_DIR: plugin

0 comments on commit 201c34d

Please sign in to comment.