Skip to content

Commit

Permalink
Merge pull request #9 from BottlecapDave/develop
Browse files Browse the repository at this point in the history
build: Fixed packaging process
  • Loading branch information
BottlecapDave authored Jul 23, 2022
2 parents 3a2b0b4 + 756d0d4 commit c50edb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}],
[
"@semantic-release/exec", {
"prepareCmd" : "(cd src/TimesheetFiller.Cli && DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true dotnet pack -c Release /p:Version=${nextRelease.version} /p:PackageReleaseNotes=\"${nextRelease.notes}\" /p:PackageReadmeFile=../../readme.md)",
"prepareCmd" : "(cd src/TimesheetFiller.Cli && DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true dotnet pack -c Release /p:Version=${nextRelease.version} /p:PackageReleaseNotes=\"${nextRelease.notes}\" /p:PackageReadmeFile=./readme.md)",
"publishCmd": "dotnet nuget push ./src/output/*.nupkg -k ${process.env.NUGET_TOKEN} -s https://api.nuget.org/v3/index.json"
}
],
Expand Down

0 comments on commit c50edb2

Please sign in to comment.