Skip to content

Commit

Permalink
CI: fix release title
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 14, 2023
1 parent 6045b24 commit 0e1f631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
# https://docs.github.com/en/rest/issues/milestones?apiVersion=2022-11-28#get-a-milestone
TITLE="${{ github.event_name == 'milestone' && format('{0} ({1})', github.event.milestone.title, steps.date.outputs.value) || steps.date.outputs.value }}"
TITLE="${{ format('{0} ({1})', github.event.pull_request.title, steps.date.outputs.value) || steps.date.outputs.value }}"
echo "value=$TITLE" >> "$GITHUB_OUTPUT"
- name: Page
Expand Down

0 comments on commit 0e1f631

Please sign in to comment.