Skip to content

Commit

Permalink
:D
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyoshino committed Aug 14, 2023
1 parent 8dcf0b0 commit 5357c6f
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 5357c6f

Please sign in to comment.