Skip to content

Commit

Permalink
Consistent workflow run name
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Oct 3, 2024
1 parent a750353 commit 418a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: SmallRye Release
run-name: Perform ${{github.event.inputs.tag || github.ref_name}} Release
run-name: Release ${{github.event.inputs.tag || github.ref_name}}
on:
push:
tags:
Expand Down

0 comments on commit 418a806

Please sign in to comment.