From 8ee5ae62bfaccb613998856a17dbe2507101158c Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Tue, 5 Nov 2024 16:16:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Unify=20deployment=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wordpress-plugin-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wordpress-plugin-deploy.yml b/.github/workflows/wordpress-plugin-deploy.yml index 9de9518..e48b48a 100644 --- a/.github/workflows/wordpress-plugin-deploy.yml +++ b/.github/workflows/wordpress-plugin-deploy.yml @@ -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: