Skip to content

Commit 68d80c7

Browse files
cd: allow manual release on GitHub through workflow (#173)
1 parent 661d96f commit 68d80c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-on-github.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: github-release
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
tag:
7+
description: Create GitHub release of following tag
8+
required: true
9+
type: string
410
workflow_call:
511
inputs:
612
tag:

0 commit comments

Comments
 (0)