Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Made the semver input mandatory
  • Loading branch information
schaloner authored Aug 23, 2023
1 parent f40e17c commit 47fb389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
workflow_dispatch:
inputs:
tag-and-release-name:
description: Used for the tag name and release name
description: Semver for the tag name and release name
required: true
type: string

jobs:
run-build:
Expand Down

0 comments on commit 47fb389

Please sign in to comment.