There was an error while loading. Please reload this page.
2 parents e798d56 + de850d4 commit 95d077aCopy full SHA for 95d077a
1 file changed
.github/workflows/release.yml
@@ -5,10 +5,21 @@ on:
5
tags:
6
- 'v*'
7
workflow_dispatch:
8
+ inputs:
9
+ bump:
10
+ description: 'Version bump type'
11
+ required: true
12
+ type: choice
13
+ options:
14
+ - patch
15
+ - minor
16
+ - major
17
18
jobs:
19
release:
20
uses: netresearch/skill-repo-skill/.github/workflows/release.yml@main
21
+ with:
22
+ bump: ${{ inputs.bump }}
23
permissions:
24
contents: write
25
pull-requests: write
0 commit comments