Skip to content

Commit

Permalink
Fix version. Remove Warning Unexpected input(s) 'include-prerelease'
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Oct 12, 2023
1 parent 70428db commit 93527a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Install .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-rc.1.23455.8'
include-prerelease: true
dotnet-version: '8.0.100-rc.1.23455.8'

- name: Calculate environment variables
id: buildVariables
Expand Down

0 comments on commit 93527a1

Please sign in to comment.