We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4258b commit ee9491fCopy full SHA for ee9491f
.github/workflows/build.yml
@@ -108,3 +108,4 @@ jobs:
108
release_name: "${{ github.event_name == 'schedule' && 'Daily master build' || 'Release build' }} ${{ needs.setup-vars.outputs.datetimestr }}"
109
prerelease: ${{ github.event_name == 'schedule' }}
110
make_latest: ${{ github.event_name != 'schedule' }}
111
+ body: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments