Skip to content

Commit

Permalink
Fixing run-name not name in release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxDevon committed Jan 29, 2024
1 parent 162da79 commit 465eeb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Libdbc release v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }} as release type ${{ inputs.release_type }}
name: Libdbc Release
run-name: Libdbc release v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }} as release type ${{ inputs.release_type }}

on:
workflow_dispatch:
Expand Down

0 comments on commit 465eeb0

Please sign in to comment.