Skip to content

Commit

Permalink
Merge pull request #114 from Hau-Hau/7-release-workflow
Browse files Browse the repository at this point in the history
add debug echo, remove log
  • Loading branch information
Hau-Hau authored Sep 22, 2024
2 parents 60a4c84 + 1f456d5 commit 26a71db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/update-nuspec-file-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ runs:
fi
cmd="pwsh ./Scripts/UpdateNuspec.ps1 -CsprojPath \"./${{ inputs.project }}/${{ inputs.project }}.csproj\" -NuspecPath \"./${{ inputs.project }}/${{ inputs.project }}.nuspec\" -ReadmePath \"./Readme.md\" $externalDependenciesParam"
echo $cmd
eval "$cmd"
- name: Commit changes
Expand Down
1 change: 0 additions & 1 deletion Scripts/UpdateNuspec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function GetRelativePath {
if (!($rel -match "[\\/]")) {
$rel = ".$([System.IO.Path]::DirectorySeparatorChar)$($rel)"
}
Write-Host $rel

return $rel
}
Expand Down

0 comments on commit 26a71db

Please sign in to comment.