diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 683ecd7..6a355ca 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,7 +15,6 @@ env: GIT_TAG: ${{ github.event.inputs.tag }} DRY_RUN: ${{ github.event.inputs.dry_run }} DRY_RUN_BRANCH_PREFIX: "test_release" - DOTNET_SDK_VERISON_3: 3.1.x jobs: update-packagejson: @@ -121,15 +120,7 @@ jobs: if: github.event.inputs.dry_run == 'false' needs: [update-packagejson, build-unity] runs-on: ubuntu-latest - env: - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 - NUGET_XMLDOC_MODE: skip steps: - # setup dotnet for nuget push - - uses: actions/setup-dotnet@v1 - with: - dotnet-version: ${{ env.DOTNET_SDK_VERISON_3 }} # Create Release - uses: actions/create-release@v1 id: create_release @@ -157,7 +148,7 @@ jobs: cleanup: if: github.event.inputs.dry_run == 'true' - needs: [build-dotnet] + needs: [build-unity] runs-on: ubuntu-latest steps: - name: Delete branch