Skip to content

Commit

Permalink
Update release.yaml (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 20, 2024
1 parent 02ada6e commit 97f8c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Publish to PowerShell Gallery
run: |
$env:DOTNET_CLI_UI_LANGUAGE="en_US"
Publish-Module -Name .\MASES.KNetPS -NuGetApiKey ${{ secrets.MASES_POWERSHELLGALLERY_API_KEY }}
Publish-Module -Force -Name .\MASES.KNetPS -NuGetApiKey ${{ secrets.MASES_POWERSHELLGALLERY_API_KEY }}
shell: pwsh

- name: Publish to GitHub
Expand All @@ -96,4 +96,4 @@ jobs:
run: |
nuget push .\bin\*.nupkg -ApiKey ${{ secrets.MASES_NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate
nuget push .\bin\*.snupkg -ApiKey ${{ secrets.MASES_NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate

0 comments on commit 97f8c3c

Please sign in to comment.