Skip to content

Commit 9ddfa9b

Browse files
author
Jake Soenneker
committed
Workflow
1 parent 8a34457 commit 9ddfa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version=$(($GITHUB_RUN_NUMBER))
2323
echo "BUILD_VERSION=3.0.$version" >> ${GITHUB_ENV}
2424
25-
- name: Setup .NET Core 8.0
25+
- name: Setup .NET 9.0
2626
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 9.0.x

0 commit comments

Comments
 (0)