Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos authored Oct 8, 2024
1 parent de2d0a4 commit be67ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
$headers = @{
"Authorization" = "token ${{ secrets.TOKEN }}"
}
$r eleases = Invoke-RestMethod -Uri "https://api.github.com/repos/${{ github.repository }}/releases" -Headers $headers
$releases = Invoke-RestMethod -Uri "https://api.github.com/repos/${{ github.repository }}/releases" -Headers $headers
echo "::set-output name=releases::$releases"
shell: pwsh
if: github.event.inputs.release == 'true'
Expand Down

0 comments on commit be67ae3

Please sign in to comment.