Skip to content

Commit 0c011fb

Browse files
authored
Update publish.yml
1 parent 769f2b9 commit 0c011fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Publish Nuget
3232
run: |
33-
dotnet nuget push ./src/bin/Release/qlik-connectapi.${{ steps.gitversion.outputs.semVer }}.nupkg -k ${{ secrets.NUGET_API_KEY }}
33+
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
3434
3535
- name: Upload Release Asset
3636
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)