Skip to content

Commit

Permalink
ci: improve release workflow input description (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Apr 19, 2024
1 parent e30eae5 commit 398cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
version:
description: 'version'
description: Electron version to use with "v" prefix (e.g. v30.0.0)
required: true

env:
Expand Down

0 comments on commit 398cfb1

Please sign in to comment.