Skip to content

Commit

Permalink
update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Nov 6, 2023
1 parent 686e2f7 commit 96cf128
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ on:
description: 'Mod version'
required: true
release_type:
description: 'Release type (release, beta, alpha)'
description: 'Release type'
type: choice
default: 'beta'
required: true
options:
- 'release'
- 'beta'
- 'alpha'

jobs:
build:
Expand Down

0 comments on commit 96cf128

Please sign in to comment.