Skip to content

Commit

Permalink
Update PublishToNuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanimul Haque Khan authored Aug 23, 2021
1 parent 3608f91 commit e685fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PublishToNuget.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Raptor Nuget Packages
name: Nuget Publish

on:
release:
Expand All @@ -23,7 +23,7 @@ jobs:
#- name: Push with dotnet
# run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- name: publish nuget package
uses: dansiegel/publish-nuget@2
uses: dansiegel/publish-nuget@v1.01
with:
filename: '*.nupkg'
apiKey: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit e685fdc

Please sign in to comment.