Skip to content

Commit 5c30d3f

Browse files
Update dotnet-build.yml to fix push nuget by release-main
1 parent c2fb0d5 commit 5c30d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build.yml

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

356356
- name: Upload artifact
357357
if: github.event_name != 'pull_request'
358-
run: |
358+
run: >
359359
dotnet nuget push
360360
**/*.nupkg
361361
--source "https://nuget.pkg.github.com/CommunityToolkit/index.json"

0 commit comments

Comments
 (0)