Skip to content

Commit

Permalink
chore: add manual release input fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Dec 31, 2024
1 parent 94e3238 commit f7320f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- '*'
workflow_dispatch:
inputs:
tag:
description: 'select tag'
required: true
type: string
tag:
description: 'select tag'
required: true
type: string

permissions:
contents: write
Expand Down

0 comments on commit f7320f1

Please sign in to comment.