From da2cb0da479cf8934b07f6cb3ddbecb0ba77debd Mon Sep 17 00:00:00 2001 From: Koddek Date: Fri, 6 Feb 2026 17:01:01 -0400 Subject: [PATCH 1/2] fix: correct GitHub Actions workflow expression syntax --- .github/workflows/build-publish-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-nuget.yml b/.github/workflows/build-publish-nuget.yml index eb212f3..a4b02ce 100644 --- a/.github/workflows/build-publish-nuget.yml +++ b/.github/workflows/build-publish-nuget.yml @@ -39,7 +39,7 @@ jobs: dotnet-version: '9.0.x' - name: Ensure GitHub Packages token - if: secrets.GH_PACKAGES_TOKEN == '' + if: ${{ secrets.GH_PACKAGES_TOKEN == '' }} run: | echo "Missing GH_PACKAGES_TOKEN (PAT with read:packages). Configure it in repo secrets." exit 1 From f8930c635bfab6896e7fcab0d3faa1133f1d87af Mon Sep 17 00:00:00 2001 From: Koddek Date: Fri, 6 Feb 2026 17:01:23 -0400 Subject: [PATCH 2/2] bump: version to 0.4.3 --- src/Autoredi/Autoredi.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autoredi/Autoredi.csproj b/src/Autoredi/Autoredi.csproj index ef20446..e12f74d 100644 --- a/src/Autoredi/Autoredi.csproj +++ b/src/Autoredi/Autoredi.csproj @@ -3,7 +3,7 @@ net10.0 Autoredi - 0.4.2 + 0.4.3 true true