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