Skip to content

Commit

Permalink
attempt to restore the git commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 22, 2024
1 parent 97c0eb2 commit 3993bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
inputs:
version:
description: "Version bump type"
required: true
required: false
type: choice
options:
- patch
- minor
- major
default: "minor"
run-name: ${{ github.event_name == 'workflow_dispatch' && format('Release - {0}', github.event.inputs.version) || 'Build' }}
run-name: ${{ github.event_name == 'workflow_dispatch' && format('Release - {0}', github.event.inputs.version) || format('Build - {0}', github.event.head_commit.message || github.event.pull_request.title) }}
jobs:
prebuild-mac-win:
strategy:
Expand Down

0 comments on commit 3993bb7

Please sign in to comment.