Skip to content

Commit cb285ad

Browse files
committed
fix: re-enable NuGet publishing after repo secret setup
Restore ENABLE_NUGET default to true now that NUGET_API_KEY is provided at repository scope, allowing release-nuget to access credentials without environment coupling. Made-with: Cursor
1 parent 911b6fc commit cb285ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
3939
DOTNET_CLI_TELEMETRY_OPTOUT: true
4040
NUKE_TELEMETRY_OPTOUT: true
4141
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
42-
ENABLE_NUGET: 'false'
42+
ENABLE_NUGET: 'true'
4343
NUGET_USE_OIDC: 'false'
4444
ENABLE_INSTALLERS: 'true'
4545
ENABLE_ANDROID: 'false'

0 commit comments

Comments
 (0)