Skip to content

Commit

Permalink
Make deployment tag a choice (properly)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Dec 2, 2024
1 parent 28da084 commit 335317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
tag:
description: 'Deployment tag'
required: true
type: type
type: choice
default: 'main'
options:
- main
Expand Down

0 comments on commit 335317c

Please sign in to comment.