Skip to content

Commit

Permalink
Improve user experience for triggering release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nipafx committed Nov 9, 2023
1 parent 504c77a commit b57c8d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ on:
# and setting `releasing` to `true`, we can trigger a release.
workflow_dispatch:
inputs:
version:
description: 'Version string, e.g. 1.4.0'
required: true
releasing:
description: "Is this a release build? true/false"
description: "Release build"
type: boolean
default: false
version:
description: 'Version string, e.g. 2.3.1:'
required: true
default: "false"

jobs:
# Basic Gradle wrapper validation. This step is run first, due to security
Expand Down

0 comments on commit b57c8d2

Please sign in to comment.