Skip to content

Commit

Permalink
Merge pull request #11 from mikeyoshino/2023-8-10/UpdatedHeroIconsToV…
Browse files Browse the repository at this point in the history
…ersion2.0.18

change upper s to lower S
  • Loading branch information
StevenTCramer committed Aug 14, 2023
2 parents 32c3235 + 8dcf0b0 commit 65fd53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ try {
if (!$Nuget_Key) { throw "Nuget_Key is not set"}
dotnet tool restore
dotnet cleanup -y
dotnet pack ./Source/timewarp-heroicons/timewarp-heroicons.csproj -c Release --output packages
Push-Location ./Source/timewarp-heroicons/packages
dotnet pack ./source/timewarp-heroicons/timewarp-heroicons.csproj -c Release --output packages
Push-Location ./source/timewarp-heroicons/packages
dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $Nuget_Key
Pop-Location
}
Expand Down

0 comments on commit 65fd53b

Please sign in to comment.