Skip to content

Commit

Permalink
no dash
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Dec 21, 2023
1 parent 7110628 commit ccf5b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/Deliver/Deliver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ try {
try {
$nuGetAccount = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($secrets."$($deliveryTarget)Context")) | ConvertFrom-Json | ConvertTo-HashTable
if ($deliveryTarget -eq 'NuGet' -and $type -eq 'CD') {
$preReleaseTag = '-preview'
$preReleaseTag = 'preview'
}
$nuGetServerUrl = $nuGetAccount.ServerUrl
$nuGetToken = $nuGetAccount.Token
Expand Down

0 comments on commit ccf5b5b

Please sign in to comment.