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.
1 parent 769f2b9 commit 0c011fbCopy full SHA for 0c011fb
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Publish Nuget
32
run: |
33
- dotnet nuget push ./src/bin/Release/qlik-connectapi.${{ steps.gitversion.outputs.semVer }}.nupkg -k ${{ secrets.NUGET_API_KEY }}
+ dotnet nuget push ./src/bin/Release/qlik-connectapi.${{ steps.gitversion.outputs.semVer }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
34
35
- name: Upload Release Asset
36
uses: actions/upload-release-asset@v1
0 commit comments