Skip to content

Commit 6eae48b

Browse files
committed
Fix nuget preview versionning
1 parent e4b2c4b commit 6eae48b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: 10.0.x
5050
- name: Pack
5151
run: |
52-
dotnet pack -v normal -c Debug --include-symbols --include-source -p:PackageVersion=5.0.0-pre-$GITHUB_RUN_ID -o nupkg
52+
dotnet pack -v normal -c Debug --include-symbols --include-source -p:PackageVersion=6.1.0-pre-$GITHUB_RUN_ID -o nupkg
5353
- name: Push to GitHub Feed
5454
run: |
5555
for f in ./nupkg/*.nupkg

0 commit comments

Comments
 (0)