Skip to content

Commit

Permalink
👷 Unify deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Nov 5, 2024
1 parent 9f6a167 commit 8ee5ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v4
# Run npm build
- uses: bahmutov/npm-install@v1
- name: Run
- name: npm build
run: npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
Expand Down

0 comments on commit 8ee5ae6

Please sign in to comment.