Skip to content

Commit

Permalink
Merge pull request #165 from 10up/fix/164
Browse files Browse the repository at this point in the history
Add build step in update-wpdororg-assets.yml
  • Loading branch information
jeffpaul authored May 20, 2022
2 parents e088ad4 + 06fa506 commit af4b3b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/update-wpdororg-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ jobs:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build
npm run build:externals
composer install -o --no-dev --ignore-platform-reqs
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
Expand Down

0 comments on commit af4b3b3

Please sign in to comment.