Skip to content

Commit

Permalink
Adding source parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Aug 4, 2020
1 parent c37020a commit 8712325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ jobs:
run: nuget pack .\IIS.Compression.SiteExtension.nuspec -BasePath .\build -OutputDirectory .\dist -Version ${{ steps.setup_version.outputs.VERSION }}

- name: Push NuGet package
run: nuget push *.nupkg
working-directory: .\dist
run: nuget push .\dist\*.nupkg -Source https://api.nuget.org/v3/index.json

0 comments on commit 8712325

Please sign in to comment.