Skip to content

Commit d864e4c

Browse files
committed
fix: default ENABLE_NUGET to false for template safety
Template users should opt-in to NuGet publishing after configuring NUGET_API_KEY secret, rather than failing on first release. Made-with: Cursor
1 parent 16926f9 commit d864e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: 'true'
42+
ENABLE_NUGET: 'false'
4343
NUGET_USE_OIDC: 'false'
4444
ENABLE_INSTALLERS: 'true'
4545
ENABLE_ANDROID: 'false'

0 commit comments

Comments
 (0)