Skip to content

Commit

Permalink
Create build-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alicolville committed Sep 12, 2024
1 parent 2e0a3c4 commit b9ad557
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build release zip

on: [push]

jobs:
build:
name: Build release zip
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build plugin # Remove or modify this step as needed
run: |
composer install --no-dev
npm install
npm run build
- name: Generate zip
uses: 10up/action-wordpress-plugin-build-zip@stable
env:
SLUG: weight-loss-tracker

0 comments on commit b9ad557

Please sign in to comment.