Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
drill-lancer committed Dec 9, 2021
1 parent 71a2a02 commit f3a058c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
node-version: "${{ steps.nodenv.outputs.NODEVERSION }}"
- name: Install Node Scripts
run: npm install
- name: Install WP-CLI
run: |
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
mv wp-cli.phar /usr/local/bin/wp
- name: Build
run: npm run build
- name: Make Distribution
run: |
npm run dist
Expand Down

0 comments on commit f3a058c

Please sign in to comment.