Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkutluay committed Apr 26, 2020
1 parent ce26ee5 commit f4a5880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Pack with dotnet
run: dotnet pack Ubl-Tr/UblTr.csproj --configuration Release
- name: Push with dotnet
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}--source https://api.nuget.org/v3/index.json --no-symbols 1
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols 1

0 comments on commit f4a5880

Please sign in to comment.