Skip to content

Commit a74f204

Browse files
committed
add manual trigger to publish workflow
1 parent 4853c1a commit a74f204

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
name: Publishing
1+
name: Publish a new Release
22

33
on:
44
push:
55
tags:
6-
- '1.*'
6+
- '2.*'
7+
workflow_dispatch:
8+
inputs:
9+
tag:
10+
required: true
11+
type: string
12+
description: 'Tag to use for the release and changelog'
713
- '2.*'
814

915
concurrency:

0 commit comments

Comments
 (0)