Skip to content

Commit

Permalink
🎨 Update input
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jan 9, 2024
1 parent bdcaeb3 commit 09d8607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/template_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_call:
inputs:
format:
required: true
type: choice
required: false
type: string
description: Format for the release version
options: ['weekly', 'quarterly']
default: 'weekly'
outputs:
new_version:
value: ${{ jobs.new_version.outputs.new_version }}
Expand Down

0 comments on commit 09d8607

Please sign in to comment.