We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc16a82 commit d83249eCopy full SHA for d83249e
1 file changed
.github/workflows/nuget.yml
@@ -29,8 +29,4 @@ jobs:
29
for file in **/*.nupkg
30
do
31
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
32
- done
33
-
34
35
36
- # dotnet nuget push "${file##*.} --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ done
0 commit comments