Skip to content

Commit

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

:D
  • Loading branch information
StevenTCramer committed Aug 14, 2023
2 parents 65fd53b + 5357c6f commit f9fd1eb
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 @@ -4,10 +4,10 @@ try {
dotnet tool restore
dotnet cleanup -y
dotnet pack ./source/timewarp-heroicons/timewarp-heroicons.csproj -c Release --output packages
Push-Location ./source/timewarp-heroicons/packages
Push-Location ./packages
dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $Nuget_Key
Pop-Location
}
finally {
Pop-Location
}
}

0 comments on commit f9fd1eb

Please sign in to comment.