Skip to content

Commit 87a0eab

Browse files
committed
AAAAA (2)
1 parent 9e144a2 commit 87a0eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: github.event_name == 'release' && github.event.action == 'published'
126126
run: |
127127
cd packager/nupkgs
128-
dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_KEY }}
128+
dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
129129
130130
- name: Struct of folder
131131
run: |

0 commit comments

Comments
 (0)