Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taori authored Aug 18, 2024
1 parent 6fabe08 commit cbf108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
# key name workflow value fallback value
$values = @(
@("versionSuffix", "$suffix", "$suffix"),
@("versionPrefix", "${{github.event.inputs.versionPrefix}}", "alpha"),
@("versionPrefix", "${{github.event.inputs.versionPrefix}}", ""),
@("configuration", "${{github.event.inputs.configuration}}", "Release"),
@("verbosity", "${{github.event.inputs.verbosity}}", "minimal"),
@("publish", "${{github.event.inputs.publish}}", "true"),
Expand Down

0 comments on commit cbf108d

Please sign in to comment.