Skip to content

Commit b7f2a04

Browse files
JusterZhuclaude
andcommitted
fix: restore push-to-nuget default to true after OIDC configuration
OIDC trust policy has been configured on NuGet.org. Also remove unnecessary .NET 8.0 SDK installation (only .NET 10 is needed). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e434a31 commit b7f2a04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: 'Push package to NuGet.org (requires OIDC trust policy configured)'
1212
required: false
1313
type: boolean
14-
default: false
14+
default: true
1515

1616
permissions:
1717
contents: write
@@ -40,7 +40,6 @@ jobs:
4040
uses: actions/setup-dotnet@v4
4141
with:
4242
dotnet-version: |
43-
8.0.x
4443
10.0.x
4544
4645
- name: Install Android workload

0 commit comments

Comments
 (0)