Skip to content

Commit 5106090

Browse files
committed
Workflow fix.
1 parent 50f413d commit 5106090

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Create NuGet Package
2222
run: >
2323
dotnet pack src/CsvHelper
24-
--configuration Release
25-
-o output
26-
-p:AssemblyVersion=${{ steps.gitversion.outputs.major }}.0.0.0
27-
-p:FileVersion=${{ steps.gitversion.outputs.version }}.${{ github.run_number }}
28-
-p:InformationalVersion=${{ steps.gitversion.outputs.version }}
29-
-p:PackageVersion=${{ steps.gitversion.outputs.version }}
24+
--configuration Release
25+
-o output
26+
-p:AssemblyVersion=${{ steps.gitversion.outputs.major }}.0.0.0
27+
-p:FileVersion=${{ steps.gitversion.outputs.version }}.${{ github.run_number }}
28+
-p:InformationalVersion=${{ steps.gitversion.outputs.version }}
29+
-p:PackageVersion=${{ steps.gitversion.outputs.version }}
3030
- name: Display Output
3131
run: dir output
3232
- name: Publish NuGet Package

0 commit comments

Comments
 (0)