Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Autoredi/Autoredi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<PackageId>Autoredi</PackageId>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down