Skip to content

Commit

Permalink
Merge pull request d365collaborative#852 from Splaxi/impl-v2-build-yaml
Browse files Browse the repository at this point in the history
Feature: v2 of the "Release Management"
  • Loading branch information
Splaxi authored Jul 9, 2024
2 parents a1e25c9 + 88cf6c1 commit 9a51364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release-Management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ on:
inputs:
gallery_publish:
description: "Publish to the PowerShell Gallery?"
default: false
default: true
required: false
type: boolean
github_release:
description: "Create a GitHub release?"
default: false
default: true
required: false
type: boolean
module_validation:
description: "Skip module validation?"
default: false
description: "Module validation?"
default: true
required: false
type: boolean

Expand Down

0 comments on commit 9a51364

Please sign in to comment.