Skip to content

Commit

Permalink
chore: add run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Mar 3, 2025
1 parent 360378e commit de6e40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Release
run-name: ${{ inputs.base_version && format('Release (based on {0})', inputs.base_version) || 'Release' }}

on:
workflow_dispatch:
inputs:
base_version:
type: string
description: Enter base version. (e.g. 2024.8.0)
description: Enter base version. (e.g. 2025.2.0)
required: true
default: ""

Expand Down

0 comments on commit de6e40c

Please sign in to comment.