Skip to content

Commit a1041b2

Browse files
committed
fix: rename action's display-name (leftover from refactoring)
1 parent d133db1 commit a1041b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/release-notes/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
if which git &>/dev/null; then exit 0; fi
4646
apt-get install -y git
4747
shell: sh
48-
- name: Update draft-release
48+
- name: Retrieve Release-Notes
4949
shell: bash
5050
run: |
5151
set -eu

0 commit comments

Comments
 (0)