Skip to content

Commit

Permalink
use choice inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Oct 11, 2023
1 parent 8c1c2c6 commit 0aef2a5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Create release candidate

on:
workflow_dispatch
workflow_dispatch:
inputs:
version-locked:
type: boolean
description: Follow semver versioning if not version locked
description: Is the release version-locked to axe-core, use `false` if you want SemVer versioning
type: choice
required: true
default: 'true'
options:
- 'true'
- 'false'
jobs:
create-release-candidate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0aef2a5

Please sign in to comment.