Skip to content

Commit

Permalink
Update release workflow [ci_skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed Aug 25, 2024
1 parent 6c4aa17 commit 6ee9917
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
paths:
- 'VERSION' # Push events when the VERSION file changes
workflow_dispatch:
inputs:
include_dependencies:
description: 'True to include a zip file with dependencies in the release'
required: false
type: boolean
default: true

name: Create a New Release

Expand Down Expand Up @@ -40,4 +46,4 @@ jobs:
uses: EnviroDIY/workflows/.github/workflows/prepare_release.yaml@main
secrets: inherit
with:
include_dependencies: false
include_dependencies: ${{ ( false ) || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true') }}

0 comments on commit 6ee9917

Please sign in to comment.