Skip to content

Commit

Permalink
fix(ci): Fixing release workflow on windows runners (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhudec authored Dec 20, 2023
1 parent 9a83449 commit 385aee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify
name: Release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "dotnet nuget push ./output/*.nupkg --skip-duplicate -k ${process.env.NUGET_API_KEY} -s https://api.nuget.org/v3/index.json"
"publishCmd": "dotnet nuget push output/*.nupkg --skip-duplicate -k ${process.env.NUGET_API_KEY} -s https://api.nuget.org/v3/index.json"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion src/BasisTheory.net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipeline", "Pipeline", "{DC
ProjectSection(SolutionItems) = preProject
..\.github\dependabot.yml = ..\.github\dependabot.yml
..\.github\workflows\pull-request.yml = ..\.github\workflows\pull-request.yml
..\.github\workflows\verify.yml = ..\.github\workflows\verify.yml
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A61B503-F25D-4C83-B6CD-B03F70B18AD7}"
Expand Down

0 comments on commit 385aee0

Please sign in to comment.