Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Nov 21, 2020
1 parent e366632 commit 7c8c3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
tag: ${{github.ref}}
repo_token: ${{secrets.GITHUB_TOKEN}}
file_glob: 'true'
file: nuget/*.nupkg
file: ./*.nupkg

- name: Push to NuGet
run: dotnet nuget push nuget/*.nupkg
run: dotnet nuget push *.nupkg
--api-key ${{secrets.NUGET_API_KEY}}
--source https://api.nuget.org/v3/index.json
--skip-duplicate

0 comments on commit 7c8c3cc

Please sign in to comment.