Skip to content

Commit

Permalink
Fixed ci for deploying to wordpress.org
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Jul 3, 2024
1 parent da281df commit f5003f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: build
- name: normal build
run: composer install
- name: optimized build
run: composer install -o --no-dev --no-scripts
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

0 comments on commit f5003f1

Please sign in to comment.