Skip to content

Commit

Permalink
Fixed maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanialhenniges committed Dec 2, 2024
1 parent 5322126 commit 3036c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3036c72

Please sign in to comment.