Skip to content

Commit e93e6da

Browse files
committed
Updates ci workflow
1 parent b67a4eb commit e93e6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
dotnet nuget push "**/*.nupkg" --api-key $env:LOCAL_NUGET_PAT --source github --skip-duplicate
8787
- name: Push to NuGet Feed
8888
run: |
89-
dotnet nuget push "**/*.nupkg" --api-key $env:NUGET_TOKEN --source nuget --skip-duplicate
89+
dotnet nuget push "**/*.nupkg" --api-key $env:NUGET_TOKEN --source $env:NUGET_FEED --skip-duplicate

0 commit comments

Comments
 (0)