Skip to content

Commit 687f7be

Browse files
authored
Merge pull request #6 from rsaa/RestoreNugetYml
Restored Nuget.yml file
2 parents 4abf8cd + 7639715 commit 687f7be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
run: |
3737
dotnet pack ./Source/FikaAmazonAPI/FikaAmazonAPI.csproj --configuration Release
3838
39+
- name: PushNuget
40+
run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate
41+
3942

4043
- name: Add github package source
4144
run: nuget sources Add -Name "github" -Source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json -UserName ${{github.repository_owner}} -Password ${{ secrets.USERGIHUB_TOKEN }}

0 commit comments

Comments
 (0)