From 3036c729fd805312c4850fc2b70f77f8f03fec84 Mon Sep 17 00:00:00 2001 From: Nathanial Henniges Date: Mon, 2 Dec 2024 03:19:01 -0600 Subject: [PATCH] Fixed maybe --- .github/workflows/release-to-gh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-to-gh.yml b/.github/workflows/release-to-gh.yml index 4d02f93..b18feed 100644 --- a/.github/workflows/release-to-gh.yml +++ b/.github/workflows/release-to-gh.yml @@ -29,10 +29,10 @@ jobs: - name: Generate plugin zip using 10up action uses: 10up/action-wordpress-plugin-build-zip@stable - with: - generate-zip: true # This will generate the zip file for the plugin env: SLUG: plausible-analytics + with: + generate-zip: true # This will generate the zip file for the plugin - name: Upload to GitHub Release uses: actions/upload-release-asset@v1