Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit bb7b377

Browse files
committed
remove the source
1 parent 991470d commit bb7b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ jobs:
146146
done
147147

148148
- name: Publish NuGet package on nuget.org
149-
run: dotnet nuget push ./nuget/*.nupkg --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"
149+
run: dotnet nuget push ./nuget/*.nupkg --api-key "${{ secrets.NUGET_API_KEY }}"

0 commit comments

Comments
 (0)