Skip to content

Commit 2882052

Browse files
committed
Exclude symbols from preview push
1 parent d570ba3 commit 2882052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: nupkg
4141
- name: Push to GitHub
4242
run: |
43-
dotnet nuget push ./nupkg/* \
43+
dotnet nuget push ./nupkg/*.nupkg \
4444
--source ${FEED_URL} \
4545
--api-key ${FEED_KEY} \
4646
--skip-duplicate

0 commit comments

Comments
 (0)