Skip to content

Commit 51d75ee

Browse files
authored
Fix notify job again (#65)
1 parent b0217ef commit 51d75ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,5 @@ jobs:
202202
Content-Type: application/json; charset=UTF-8
203203
body: |
204204
{
205-
"text": "*Passwordless-dotnet* version `${{ github.event.release.name }}` has been released! 🎉\n[See details](${{ github.event.release.html_url }})"
205+
"text": "*Passwordless-dotnet* version `${{ github.event.release.name }}` has been released! 🎉\nDetails: ${{ github.event.release.html_url }}"
206206
}

0 commit comments

Comments
 (0)