Skip to content

Generate Plugin Zip

Generate Plugin Zip #5

Workflow file for this run

name: Generate Plugin Zip
on:
workflow_dispatch:
inputs:
ref:
description: 'Git Commit Ref (branch, tag, or hash)'
required: true
type: string
jobs:
build:
uses: impress-org/givewp-github-actions/.github/workflows/generate-zip.yml@master
with:
ref: ${{ github.event.inputs.ref }}
plugin_slug: givewp-donation-widgets-for-elementor
install_composer_packages: false
install_npm_packages: false