Skip to content

Commit 2f1d5ea

Browse files
--amend
1 parent b1a25da commit 2f1d5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
dotnet-version: 2.2.108
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
17-
- name: Build with dotnet
18-
run: dotnet build --configuration Release
1917
- name: Setup nuget config
2018
run: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' nuget.config > nuget.config
19+
- name: Build with dotnet
20+
run: dotnet build --configuration Release
2121
- name: Push NuGet packages - Nightly Builds
2222
run: dotnet pack --configuration Release && dotnet nuget push "bin/Release/querybuilder.1.0.0.nupkg" --source "github"

0 commit comments

Comments
 (0)