Skip to content

Commit

Permalink
ci: remove unnecessary message from prepare release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Dec 9, 2023
1 parent 6c5750c commit 996ac38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ jobs:
$scriptUrl = $scriptUrl.EndsWith("/") ? $scriptUrl.Substring(0, $scriptUrl.Length - 1) : $scriptUrl;
$scriptUrl = "$scriptUrl/prepare-release.ts";
Write-Host "::notice::NuGet Package Check Script URL: $scriptUrl";
<# Deno Args:
1. Organization name
2. Project name
Expand Down

0 comments on commit 996ac38

Please sign in to comment.