diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ae7db8..e935ab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,14 +20,10 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v4 - with: - versionSpec: "6.x" - name: Determine Version uses: gittools/actions/gitversion/execute@v4 id: gitversion - with: - useConfigFile: true # - name: Extract release notes # run: | @@ -36,12 +32,13 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v5 with: - source-url: https://nuget.pkg.github.com/centeva/index.json dotnet-version: | 8.x + 10.x + source-url: https://nuget.pkg.github.com/centeva/index.json env: - DOTNET_INSTALL_DIR: '~/dotnet' NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + DOTNET_INSTALL_DIR: '~/dotnet' - name: Build run: dotnet build --configuration Release /p:Version=${{ steps.gitversion.outputs.semVer }}