Skip to content

Commit 146e9fd

Browse files
committed
Updates
1 parent dfe43e2 commit 146e9fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- '*'
99
workflow_dispatch:
1010
inputs:
11-
tag:
12-
description: Release tag
13-
required: true
11+
body:
12+
description: Release body text
13+
required: false
1414
type: string
1515

1616
jobs:
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
generateReleaseNotes: true
2626
name: ${{ github.event.repository.name }} ${{ github.ref_name }}
27-
tag: ${{ inputs.tag }}
27+
body: ${{ inputs.body }}
2828
skipIfReleaseExists: true

0 commit comments

Comments
 (0)