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 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