Skip to content

Commit 5062cc7

Browse files
authored
Update cd.yml
1 parent 1fcc4ad commit 5062cc7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/cd.yml

+17
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1+
name: CD
12

3+
concurrency: production
4+
5+
on:
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
8+
inputs:
9+
version:
10+
type: choice
11+
required: true
12+
description: Version
13+
options:
14+
- conventional
15+
- patch
16+
- minor
17+
- major
18+
- prerelease

0 commit comments

Comments
 (0)