Skip to content

Commit 930d06e

Browse files
authored
Update deploy.yml
Changed version to title and tweaked input descriptions
1 parent 279e59a commit 930d06e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Deploy Website
33
on:
44
workflow_dispatch:
55
inputs:
6-
version:
7-
description: 'The version of the website used for the GitHub release'
6+
title:
7+
description: 'The name of the GitHub release'
88
type: string
99
required: true
1010
description:
11-
description: 'The description of changes used in the GitHub release changelog'
11+
description: 'The description used in the GitHub release (typically a changelog)'
1212
type: string
1313
required: true
1414
make_release:
@@ -44,5 +44,5 @@ jobs:
4444
with:
4545
files: reference.zip
4646
body: ${{ inputs.description }}
47-
name: 'Website ${{ inputs.version }}'
47+
name: ${{ inputs.title }}
4848
tag_name: ${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)