Skip to content

Commit 2885708

Browse files
Antony BaileyAntony Bailey
authored andcommitted
try tomorrow
1 parent 806e550 commit 2885708

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
with:
2222
dotnet-version: 9.0.201
2323

24-
- name: Install GitVersion
25-
uses: gittools/actions/gitversion/execute@v3.1.11
26-
id: gitversion
27-
with:
28-
useConfigFile: false
29-
3024
- name: Restore dependencies
3125
run: dotnet restore
3226

@@ -37,10 +31,10 @@ jobs:
3731
run: dotnet test --no-build --configuration Release --verbosity normal
3832

3933
- name: Pack CSQLY
40-
run: dotnet pack CSQLY/CSQLY.csproj --no-build --configuration Release --output nuget-packages /p:PackageVersion=${{ steps.gitversion.outputs.FullSemVer }}
34+
run: dotnet pack CSQLY/CSQLY.csproj --no-build --configuration Release --output nuget-packages
4135

4236
- name: Pack CSQLY.CLI
43-
run: dotnet pack CSQLY.CLI/CSQLY.CLI.csproj --no-build --configuration Release --output nuget-packages /p:PackageVersion=${{ steps.gitversion.outputs.FullSemVer }}
37+
run: dotnet pack CSQLY.CLI/CSQLY.CLI.csproj --no-build --configuration Release --output nuget-packages
4438

4539
- name: Publish NuGet package
4640
run: |

0 commit comments

Comments
 (0)