We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4abf8cd + 7639715 commit 687f7beCopy full SHA for 687f7be
.github/workflows/nuget.yml
@@ -36,6 +36,9 @@ jobs:
36
run: |
37
dotnet pack ./Source/FikaAmazonAPI/FikaAmazonAPI.csproj --configuration Release
38
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
+
42
43
- name: Add github package source
44
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