Skip to content

Commit

Permalink
Feature: v2 of the "Release Management"
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed Jul 9, 2024
1 parent 8855e30 commit 88cf6c1
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 88cf6c1

Please sign in to comment.