Skip to content

Commit 95d077a

Browse files
authored
Merge pull request #17 from netresearch/ci/forward-bump-input
ci: forward bump input to reusable release workflow
2 parents e798d56 + de850d4 commit 95d077a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@ on:
55
tags:
66
- 'v*'
77
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
817

918
jobs:
1019
release:
1120
uses: netresearch/skill-repo-skill/.github/workflows/release.yml@main
21+
with:
22+
bump: ${{ inputs.bump }}
1223
permissions:
1324
contents: write
1425
pull-requests: write

0 commit comments

Comments
 (0)