Fix argument

This commit is contained in:
Steve Streeting 2020-10-05 17:04:35 +01:00
parent 304a7e9adb
commit 88936073fa

View File

@ -6,7 +6,7 @@ param (
[switch]$patch = $false,
[switch]$hotfix = $false,
# Don't incrememnt version
[switch]$noversionbump = $false,
[switch]$keepversion = $false,
# Force move tag
[switch]$forcetag = $false,
# Name of variant to build (optional, uses DefaultVariants from packageconfig.json if unspecified)