We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d9546 commit 33e2c24Copy full SHA for 33e2c24
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
for f in ./nupkg/*.nupkg
43
do
44
- dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols true
+ dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols
45
done
46
- name: Push to NuGet Feed
47
0 commit comments