diff --git a/.github/workflows/tag-creates-nuget-package.yml b/.github/workflows/tag-creates-nuget-package.yml index 37d4a5c..a607aca 100644 --- a/.github/workflows/tag-creates-nuget-package.yml +++ b/.github/workflows/tag-creates-nuget-package.yml @@ -1,8 +1,8 @@ # Creation of a version tag will trigger this workflow # A new release will be created from the tag --- -name: Tag → Create Package -run-name: Tag [${{ github.ref_name }}] → Create Package +name: Tag → Create Package +run-name: Tag [${{ github.ref_name }}] → Create Package on: push: @@ -37,7 +37,7 @@ jobs: - name: Setup .NET 8.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: ["10.0.x"] + dotnet-version: "10.0.x" - name: Setup MSBuild uses: microsoft/setup-msbuild@v2