Skip to content

Commit 2de4bc4

Browse files
authored
Fixed prelease step
1 parent 67e10a0 commit 2de4bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup .NET
4747
uses: actions/setup-dotnet@v1
4848
with:
49-
dotnet-version: 7.0.x
49+
dotnet-version: 8.0.x
5050
- name: Pack
5151
run: |
5252
dotnet pack -v normal -c Debug --include-symbols --include-source -p:PackageVersion=4.0.0-pre-$GITHUB_RUN_ID -o nupkg

0 commit comments

Comments
 (0)