Skip to content

Commit 3530342

Browse files
author
Jake Soenneker
committed
Workflow
2 parents 9ddfa9b + 87ebc8c commit 3530342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Setup .NET 9.0
18+
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: 9.0.x

.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 9.0
25+
- name: Setup .NET
2626
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 9.0.x

0 commit comments

Comments
 (0)