Skip to content

Commit 973d720

Browse files
committed
Add version number to release workflow names
1 parent 0687782 commit 973d720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121

2222
jobs:
2323
trigger-release:
24+
name: Release Trigger for version ${{ github.event.inputs.releaseVersion }}
2425
runs-on: ubuntu-24.04
2526
steps:
2627
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)