Skip to content

Commit 4939c3b

Browse files
--amend
1 parent e686e0b commit 4939c3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ jobs:
1616
- name: Build with dotnet
1717
run: dotnet build --configuration Release
1818
- name: Push NuGet packages - Nightly Builds
19-
run: |
20-
dotnet pack --configuration Release
21-
dotnet nuget push "bin/Release/querybuilder.1.0.0.nupkg" --source "github"
19+
run: dotnet pack --configuration Release && dotnet nuget push "bin/Release/querybuilder.1.0.0.nupkg" --source "github"

0 commit comments

Comments
 (0)