From e425e0115feee31243545c332d622b88fc5eb707 Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Sun, 19 Feb 2023 14:16:36 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=E4=BF=AE=E6=94=B9dotnet=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA7.0.102?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 2 +- .github/workflows/nuget.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8fd04019..00b1ded1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Install Dotnet 7.x + - name: Install Dotnet 7.0.102 uses: actions/setup-dotnet@v1 with: dotnet-version: 7.0.x diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index bd7606ad..a14324a0 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -5,14 +5,14 @@ on: - "*" jobs: - Push-DockerHub: + Push-Nuget: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Dotnet 7.x uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 7.0.102 include-prerelease: True - name: Setting Version id: vars