Skip to content

Commit 33e2c24

Browse files
authored
Fixed release.yml
1 parent c6d9546 commit 33e2c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
for f in ./nupkg/*.nupkg
4343
do
44-
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols true
44+
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols
4545
done
4646
- name: Push to NuGet Feed
4747
run: |

0 commit comments

Comments
 (0)