Skip to content

Commit

Permalink
enable nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
vhatsura committed Aug 10, 2022
1 parent ca9e68f commit 54f39ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nuget.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Publish NuGet package
on:
release:
types: [ published ]
push:
branches: [ main ]
# push:
# branches: [ main ]

jobs:

Expand Down Expand Up @@ -46,5 +46,5 @@ jobs:
name: nuget-symbol-packages
path: ./nupkgs/*.snupkg

# - name: Push
# run: dotnet nuget push './nupkgs/*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
- name: Push
run: dotnet nuget push './nupkgs/*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 54f39ab

Please sign in to comment.