Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .github/workflows/release_plugin_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- name: WordPress Plugin Deploy
uses: rtCamp/action-wordpress-org-plugin-deploy@master
env:
CUSTOM_COMMAND: composer install --no-dev --optimize-autoloader && composer update
EXCLUDE_LIST: .github .gitignore .eslintignore phpunit.xml phpcs.xml tests README.md
SLUG: login-with-google
ASSETS_DIR: wp-assets
Expand Down
Loading