Skip to content

Commit 7cd4ba8

Browse files
committed
.
1 parent b3dce3a commit 7cd4ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
tar -xvf "$Archive" -C './PowerShell'
292292
Get-ChildItem -Path "./PowerShell" -Recurse
293293
294-
$PublishCmd = @('Publish-PSResource', '-Force', '-Repository', 'PSGallery', '-Path', (Join-Path PowerShell DevolutionsGateway), '-ApiKey', '${{ secrets.PS_GALLERY_NUGET_API_KEY }}')
294+
$PublishCmd = @('Publish-PSResource', '-Repository', 'PSGallery', '-Path', (Join-Path PowerShell DevolutionsGateway), '-ApiKey', '${{ secrets.PS_GALLERY_NUGET_API_KEY }}')
295295
296296
$DryRun = [System.Convert]::ToBoolean('${{ inputs.dry-run }}')
297297
if ($DryRun) {

0 commit comments

Comments
 (0)