Skip to content

Commit

Permalink
fix dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 11, 2025
1 parent 9297ad5 commit 54fcb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish-Nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
dotnet-version:
description: ".NET version to use"
required: false
default: "8.0.x"
default: "8.x"

permissions:
contents: read
Expand All @@ -36,7 +36,7 @@ concurrency:
cancel-in-progress: false

env:
DOTNET_VERSION: ${{ github.event.inputs.dotnet-version || '8.0.x' }}
DOTNET_VERSION: ${{ github.event.inputs.dotnet-version || '8.x' }}

jobs:
build:
Expand Down

0 comments on commit 54fcb8b

Please sign in to comment.