Skip to content

Commit 21aa677

Browse files
authored
Update release.yml
1 parent b1d1bb0 commit 21aa677

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
name: release
1+
name: Create a new release PR
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
release_version:
7+
type: string
8+
description: 'The next version to release'
9+
required: false
410

511
jobs:
612
release:
7-
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
8-
secrets: inherit
13+
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@feat-automate-releases-releasenotes
14+
secrets: inherit

0 commit comments

Comments
 (0)