Skip to content

Commit 5984976

Browse files
outputs workflow id
1 parent a72aab7 commit 5984976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
body: |
351351
## Info
352352
[See code diff](${{ github.event.compare }})
353-
[Release workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
353+
[Release workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) - Workflow ID: ${{ github.run_id }}
354354
355355
It was initialized by [${{ github.event.sender.login }}](${{ github.event.sender.html_url }})
356356

0 commit comments

Comments
 (0)