Skip to content

Commit

Permalink
GH-3 Updated deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
milindmore22 committed Jun 30, 2020
1 parent fe49d96 commit c364436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: WordPress Plugin Deploy
uses: milindmore22/action-wordpress-org-plugin-deploy@master
env:
EXCLUDE_LIST: .gitignore .distignore README.md phpcs.xml assets/package-lock.json screenshots/banner-772x250.jpg screenshots/icon-128x128.png screenshots/screenshot-1.png screenshots/screenshot-2.png screenshots/screenshot-3.png screenshots/screenshot-4.png
EXCLUDE_LIST: .gitignore .distignore README.md phpcs.xml assets/package-lock.json
SLUG: youtubefancybox
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}
ASSETS_DIR : screenshots

0 comments on commit c364436

Please sign in to comment.