Skip to content

Commit

Permalink
ci: change release-preview to default to pushing to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Sep 5, 2023
1 parent e5f6566 commit 025edb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
nugetRelease:
description: 'Release to NuGet? Set to "true" to release to NuGet.org as well as GPR.'
required: true
default: 'false'
default: 'true'

jobs:
release-preview:
Expand Down

0 comments on commit 025edb0

Please sign in to comment.