Skip to content

Commit

Permalink
Update tag-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakumarghosh authored Feb 1, 2024
1 parent 00a3f8c commit c6f2d51
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: Tag Release CI on PR Merge to Development
on:
workflow_dispatch:
inputs:
version_type:
type: choice
description: Choose version bump type
options:
- -r major
- -r minor
- -r patch
- -p alpha
- -p beta
- -p build
- -p hotfix
- -p build
required: true
default: "-p build"
version_type:
type: choice
description: Choose version bump type
options:
- -r major
- -r minor
- -r patch
- -p alpha
- -p beta
- -p build
- -p hotfix
- -p build
required: true
default: "-p build"
pull_request:
types:
- closed
Expand Down

0 comments on commit c6f2d51

Please sign in to comment.