Skip to content

Commit

Permalink
chore: bypass npm and composer in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Jul 6, 2022
1 parent 3dc5b96 commit 0bb1fff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
with:
ref: ${{ github.event.inputs.ref }}
plugin_slug: givewp-donation-widgets-for-elementor
install_composer_packages: false
install_npm_packages: false
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ jobs:
with:
plugin_slug: givewp-donation-widgets-for-elementor
zip_name: givewp-donation-widgets-for-elementor
install_composer_packages: false
install_npm_packages: false

0 comments on commit 0bb1fff

Please sign in to comment.