Skip to content

Commit 6ba2b43

Browse files
author
dvviktordelev
committed
Prepare changes by: update_release_yml.sh
1 parent d98ca0c commit 6ba2b43

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
name: release
1+
name: Create a new release PR
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
release_version:
7+
type: string
8+
description: 'The next version to release'
9+
required: true
210

3-
on: workflow_dispatch
4-
511
jobs:
612
release:
713
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
8-
secrets: inherit
14+
secrets: inherit
15+
with:
16+
release_version: ${{ inputs.release_version }}

0 commit comments

Comments
 (0)