From da64b08b7c4c1c91a8c7fba7b78d736f229c3a2d Mon Sep 17 00:00:00 2001 From: Yaohui Liu Date: Sat, 6 May 2023 13:11:13 +0800 Subject: [PATCH] ci: update release ci. --- .github/workflows/release.yml | 2 +- .github/workflows/release_prepare.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b97bf3fb..0f2c3031f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ env: GITHUB_TOKEN: ${{ SECRETS.RINNE_GITHUB_TOKEN }} jobs: - release to myget: + release_to_myget: runs-on: windows-latest # needs: run-semantic-release needs: build diff --git a/.github/workflows/release_prepare.yml b/.github/workflows/release_prepare.yml index d7ef3363e..b21c6665c 100644 --- a/.github/workflows/release_prepare.yml +++ b/.github/workflows/release_prepare.yml @@ -17,19 +17,19 @@ jobs: steps: - uses: actions/checkout@v3 - # - name: Setup .NET 6.0.x SDK - # uses: actions/setup-dotnet@v3 - # with: - # dotnet-version: 6.0.x + - name: Setup .NET 6.0.x SDK + uses: actions/setup-dotnet@v3 + with: + dotnet-version: 6.0.x - # - name: Check .NET info - # run: dotnet --info + - name: Check .NET info + run: dotnet --info - # - name: Install dependencies - # run: dotnet restore + - name: Install dependencies + run: dotnet restore - # - name: Build solution - # run: dotnet build -c Release --no-restore + - name: Build solution + run: dotnet build -c Release --no-restore # run-semantic-release: # runs-on: ubuntu-latest