Skip to content

Commit

Permalink
Fix notify job again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Oct 27, 2023
1 parent b0217ef commit 1e6ced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ jobs:
Content-Type: application/json; charset=UTF-8
body: |
{
"text": "*Passwordless-dotnet* version `${{ github.event.release.name }}` has been released! 🎉\n[See details](${{ github.event.release.html_url }})"
"text": "*Passwordless-dotnet* version `${{ github.event.release.name }}` has been released! 🎉\nDetails: ${{ github.event.release.html_url }}"
}

0 comments on commit 1e6ced4

Please sign in to comment.