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 03656b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ 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"
type: boolean
required: true
default: false
version:
description: 'Version string, e.g. 1.4.0'
required: true
default: "false"

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

0 comments on commit 03656b6

Please sign in to comment.