Skip to content

Commit 09067bb

Browse files
update run name.
1 parent a7e0034 commit 09067bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/cicd-3-deploy.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ on:
2222

2323
run-name: >-
2424
${{ inputs.include_prereleases != null && inputs.version != null
25-
&& format('Include prerelease: {0} Version: {1} by @{2}',
25+
&& format('Triggered Manually. Include prerelease: {0} Version: {1} By: @{2}',
2626
inputs.include_prereleases,
2727
inputs.version,
2828
github.actor)
29-
|| format('Include prerelease: true Version: latest by @{0}', github.actor) }}
29+
|| format('Triggered by {0} ({1)}). Include prerelease: true Version: latest By: @{3}',
30+
context.payload.workflow_run.name,
31+
context.payload.workflow_run.id,
32+
github.actor) }}
3033
3134
permissions:
3235
contents: read

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
gh release create \
7474
"${{ inputs.version }}" \
7575
--draft \
76+
--latest \
7677
--title "${{ inputs.version }}" \
7778
--notes "Release of ${{ inputs.version }}" \
7879
${{ inputs.is_version_prerelease == 'true' && '--prerelease' || '' }}

0 commit comments

Comments
 (0)