Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Feb 14, 2024
1 parent 39fab3f commit e705d68
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pre-post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ on:
inputs:
ref:
description: 'Branch or tag ref to run the workflow on'
type: string
required: true
default: 'main'
version:
description: 'The version to release (e.g. 1.2.3). This workflow will automatically perform the required version bumps'
type: string
required: true
phase:
description: 'Pre or post release phase'
type: choice
options:
- pre
- post
type: string #valid values are 'pre' or 'post'
required: true

env:
Expand Down

0 comments on commit e705d68

Please sign in to comment.