Skip to content

Commit

Permalink
Fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Oct 9, 2024
1 parent 1a96b49 commit b91b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
version:
description: "Version"
required: true
default: ${git describe --abbrev=0}
default: "1.0.0-beta"
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
Expand Down

0 comments on commit b91b2d9

Please sign in to comment.