diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e34e229..84ffecb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7 + dotnet-version: 7.x - name: Restore run: dotnet restore - name: Build @@ -71,7 +71,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7 + dotnet-version: 7.x - name: Create Release NuGet package run: | arrTag=(${GITHUB_REF//\// })