From d5ba04746e8f640151ac9b21032561ea51dee45a Mon Sep 17 00:00:00 2001 From: TylerCarrol <25536704+TylerCarrol@users.noreply.github.com> Date: Sat, 29 Aug 2026 14:15:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20[MegaLinter]=20Apply=20?= =?UTF-8?q?[1]=20automatic=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tag-creates-nuget-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-creates-nuget-package.yml b/.github/workflows/tag-creates-nuget-package.yml index c72f385..c6b772d 100644 --- a/.github/workflows/tag-creates-nuget-package.yml +++ b/.github/workflows/tag-creates-nuget-package.yml @@ -17,7 +17,7 @@ jobs: contents: write # Needed for pushing commits and tags packages: write # Needed for pushing packages to GitHub Packages id-token: write # Needed for temporary api key - steps: + steps: - name: Checkout [${{ github.ref_name }}] uses: actions/checkout@v4 with: @@ -33,7 +33,7 @@ jobs: id: nugetLogin with: user: ${{ secrets.TJC_NUGET_USER }} - + - name: Setup .NET 8.0 uses: actions/setup-dotnet@v4 with: