Skip to content

Commit

Permalink
Capitalize run-name in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Mar 31, 2024
1 parent bb9d3e9 commit 23ffd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: release
run-name: release ${{ inputs.version }}
run-name: Release ${{ inputs.version }}

on:
workflow_dispatch:
Expand Down

0 comments on commit 23ffd1f

Please sign in to comment.