Skip to content

Commit

Permalink
build: Updated prepare location for semanitc release
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed Oct 31, 2021
1 parent 540712d commit e27c721
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@semantic-release/github",
[
"@semantic-release/exec", {
"prepareCmd" : "(cd src && DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true dotnet pack /p:Version= ${nextRelease.version})"
"prepareCmd" : "(cd src/TimesheetFiller.Cli && DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true dotnet pack /p:Version=${nextRelease.version})"
}
],
[
Expand Down
Loading

0 comments on commit e27c721

Please sign in to comment.