From b8cea0d140bdaf20cf2b9c160866bfb896319eb3 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:01:53 +0300 Subject: [PATCH] Unlock dotnet version on CI --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a95574da..d7666aa6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v2 with: - # Fixed version, workaround for https://github.com/dotnet/core/issues/7176 - dotnet-version: 6.0.100 + dotnet-version: 6.0.x - name: Run tests # Tests need access to secrets, so we can't run them against PRs because of limited trust @@ -50,8 +49,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v2 with: - # Fixed version, workaround for https://github.com/dotnet/core/issues/7176 - dotnet-version: 6.0.100 + dotnet-version: 6.0.x - name: Publish (CLI) run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release @@ -151,4 +149,4 @@ jobs: payload: | { "content": "**DiscordChatExporter** new version released!\nVersion: `${{ steps.get_version.outputs.tag }}`\nChangelog: " - } + } \ No newline at end of file