Skip to content

Commit d241249

Browse files
committed
2 parents df4f793 + 52c80f8 commit d241249

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
- name: Publish "DragonFly.Generator.SourceBuilder" to nuget
3737
run: dotnet nuget push "./src/DragonFly.Generator.SourceBuilder/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
3838
- name: Publish "DragonFly.Generator.Core" to nuget
39-
run: dotnet nuget push "./src/DragonFly.Generator.Core/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
40-
- name: Publish "DragonFly.Proxy" to nuget
41-
run: dotnet nuget push "./src/DragonFly.Proxy/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
42-
- name: Publish "DragonFly.Proxy.Attributes" to nuget
43-
run: dotnet nuget push "./src/DragonFly.Proxy.Attributes/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
39+
run: dotnet nuget push "./src/DragonFly.Generator.Core/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
4440
- name: Publish "DragonFly.ImageWizard" to nuget
4541
run: dotnet nuget push "./src/DragonFly.ImageWizard/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
4642
- name: Publish "DragonFly.BlockField.Core" to nuget

0 commit comments

Comments
 (0)