From 2901e44e402510745c3d947651e3e4b21e322380 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 16 Nov 2024 18:01:03 +1100 Subject: [PATCH] update publish.yml for dotnet 7 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8ecee39..8540d02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 7.0.x - name: get version id: version uses: notiz-dev/github-action-json-property@release @@ -33,4 +33,4 @@ jobs: files: "Color*" tag_name: "v${{steps.version.outputs.prop}}" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}